Skip to content

Commit d37d8bb

Browse files
authored
Update main.py
third party import "import six" should be placed before "import httplib2" (wrong-import-order)
1 parent d2e3fee commit d37d8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drive/driveapp/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
from __future__ import print_function
99
import pprint
10-
import httplib2
1110
import six
11+
import httplib2
1212
from googleapiclient.discovery import build
1313
import googleapiclient.http
1414
import oauth2client.client

0 commit comments

Comments
 (0)