diff options
Diffstat (limited to 'github3/api.py')
-rw-r--r-- | github3/api.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/github3/api.py b/github3/api.py index d8d2ffb..e1d1fbe 100644 --- a/github3/api.py +++ b/github3/api.py @@ -127,6 +127,7 @@ class GithubCore(object): return response + return response class Github(GithubCore): """ Library enter """ |