Skip to content

Commit

Permalink
Puzzle correction
Browse files Browse the repository at this point in the history
  • Loading branch information
kkamkou committed Sep 26, 2019
1 parent c4e8cb3 commit a8f3990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitmostwanted/lib/bigquery/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def __init__(
auth = ServiceAccountCredentials.from_json_keyfile_name(json_key_path, scope)
self.resource = discovery.build(service_name, version, http=auth.authorize(Http()))

def jobs(self): # @todo! #58/DEV polish me
def jobs(self): # @todo #58/DEV polish me
return self.resource.jobs()


Expand Down

1 comment on commit a8f3990

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on a8f3990 Sep 26, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 58-cc17c40f discovered in gitmostwanted/lib/bigquery/service.py and submitted as #222. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.