Skip to content

Commit cb15102

Browse files
author
Kenneth Reitz
committed
whoops
1 parent bb824f4 commit cb15102

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

github3/api.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010
import omnijson as json
1111

1212
from .helpers import is_collection, to_python, to_api, get_scope
13+
from .config import settings
1314

14-
def GithubCore(object):
15-
pass
16-
15+
class GithubCore(object):
1716

1817
@staticmethod
1918
def _resource_serialize(o):

0 commit comments

Comments
 (0)