Skip to content

Commit 56844a1

Browse files
author
Kenneth Reitz
committed
omnijson
1 parent 31eb8e2 commit 56844a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

github3/api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
This module provies the core GitHub3 API interface.
88
"""
99

10-
import omnijson as json
10+
from .packages import omnijson as json
1111

1212
from .models import *
1313
from .helpers import is_collection, to_python, to_api, get_scope
@@ -82,7 +82,7 @@ def _http_resource(self, verb, endpoint, params=None, authed=True):
8282
r = requests.request(*args, **kwargs)
8383
r = self._requests_post_hook(r)
8484

85-
print self._ratelimit_remaining
85+
# print self._ratelimit_remaining
8686

8787
r.raise_for_status()
8888

0 commit comments

Comments
 (0)