Skip to content

Commit 285837c

Browse files
committed
Merge pull request #23 from topic2k/patch-2
GitHub: Fix a syntax error
2 parents 5545b25 + 6a494fd commit 285837c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: agithub/GitHub.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def __init__(self, username=None, password=None, token=None, *args, **kwargs):
3838
api_url = kwargs.pop('api_url', 'api.github.com'),
3939
secure_http = True,
4040
extra_headers = extraHeaders
41-
})
41+
)
4242

4343
self.setClient(Client(*args, **kwargs))
4444
self.setConnectionProperties(props)

0 commit comments

Comments
 (0)