Skip to content

Commit c2ef75f

Browse files
authored
Reordered imports
1 parent a89a5df commit c2ef75f

File tree

1 file changed

+2
-3
lines changed
  • appengine/standard_python37/migration/urlfetch

1 file changed

+2
-3
lines changed

appengine/standard_python37/migration/urlfetch/main.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@
1313
# limitations under the License.
1414

1515
from flask import Flask, render_template, request
16-
import requests
17-
18-
from google.oauth2 import id_token
1916
from google.auth.transport import requests as reqs
17+
from google.oauth2 import id_token
18+
import requests
2019

2120
app = Flask(__name__)
2221

0 commit comments

Comments
 (0)