Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 31bc151

Browse files
Merge pull request googleapis#73 from mmascolino/master
Removed erroneous line of code
2 parents b184ed6 + 8fd14ef commit 31bc151

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

samples/audit/audit.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ def main(argv):
5050
argv, 'audit', 'v1', __doc__, __file__,
5151
scope='https://www.googleapis.com/auth/apps/reporting/audit.readonly')
5252

53-
service = build('audit', 'v1', http=http)
54-
5553
try:
5654
activities = service.activities()
5755

0 commit comments

Comments
 (0)