Skip to content

Commit a89a5df

Browse files
authored
Tell linter to ignore needed module import order
1 parent a59edbd commit a89a5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine/standard/migration/urlfetch/requests/appengine_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Add any libraries installed in the "lib" folder.
1818
vendor.add('lib')
1919

20-
import requests_toolbelt.adapters.appengine
20+
import requests_toolbelt.adapters.appengine # noqa: E402
2121

2222
# Use the App Engine Requests adapter. This makes sure that Requests uses
2323
# URLFetch.

0 commit comments

Comments
 (0)