Skip to content

Commit fe3b13a

Browse files
Minor formatting fixes
1 parent b32b9f6 commit fe3b13a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/quickstart_web.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import os
44

55
import flask
6+
67
import google.oauth2.credentials
78
import google_auth_oauthlib.flow
89
import googleapiclient.discovery
@@ -36,6 +37,7 @@ def index():
3637

3738
client = googleapiclient.discovery.build(
3839
API_SERVICE_NAME, API_VERSION, credentials=credentials)
40+
3941
return channels_list_by_username(client,
4042
part='snippet,contentDetails,statistics',
4143
forUsername='GoogleDevelopers')

0 commit comments

Comments
 (0)