Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
Change-Id: Idd758ddb7e5beb6d16489955cbf794011aa145cc
  • Loading branch information
Jon Wayne Parrott committed Aug 16, 2016
1 parent ce22f0d commit 1ae2596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appengine/standard/urlfetch/async/rpc_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.


from google.appengine.api import urlfetch
import mock
import pytest
import rpc
import webtest

from google.appengine.api import urlfetch


@pytest.fixture
def app():
Expand Down

0 comments on commit 1ae2596

Please sign in to comment.