Skip to content

Commit 1ae2596

Browse files
author
Jon Wayne Parrott
committed
Fix lint.
Change-Id: Idd758ddb7e5beb6d16489955cbf794011aa145cc
1 parent ce22f0d commit 1ae2596

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appengine/standard/urlfetch/async/rpc_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
16+
from google.appengine.api import urlfetch
1517
import mock
1618
import pytest
1719
import rpc
1820
import webtest
1921

20-
from google.appengine.api import urlfetch
21-
2222

2323
@pytest.fixture
2424
def app():

0 commit comments

Comments
 (0)