Skip to content

Commit d5fae24

Browse files
committed
added a TODO
1 parent 4ccdce7 commit d5fae24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

language/api/analyze.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def get_service():
3636
['https://www.googleapis.com/auth/cloud-platform'])
3737
http = httplib2.Http()
3838
scoped_credentials.authorize(http)
39+
# TODO Change to credentials=credentials
3940
return discovery.build('language', 'v1',
4041
http=http,
4142
discoveryServiceUrl=DISCOVERY_URL)

0 commit comments

Comments
 (0)