mirror of
https://github.com/kennethreitz/python-github3.git
synced 2026-06-05 23:10:17 +00:00
whoops
This commit is contained in:
+2
-3
@@ -10,10 +10,9 @@ This module provies the core GitHub3 API interface.
|
|||||||
import omnijson as json
|
import omnijson as json
|
||||||
|
|
||||||
from .helpers import is_collection, to_python, to_api, get_scope
|
from .helpers import is_collection, to_python, to_api, get_scope
|
||||||
|
from .config import settings
|
||||||
|
|
||||||
def GithubCore(object):
|
class GithubCore(object):
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _resource_serialize(o):
|
def _resource_serialize(o):
|
||||||
|
|||||||
Reference in New Issue
Block a user