Skip to content

Commit

Permalink
Update connect_service.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sleviim committed Mar 26, 2023
1 parent 602a7f3 commit 7ee96f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classroom/connect_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ def create_service():

service = build('classroom', 'v1', credentials=creds,
cache_discovery=False)
return (service)
return service

0 comments on commit 7ee96f5

Please sign in to comment.