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 c68731f..d6d7ba0 100644 --- a/github3/api.py +++ b/github3/api.py @@ -8,6 +8,7 @@ This module provies the core GitHub3 API interface. """ from .packages import omnijson as json +from .packages.link_header import parse_link_value from .models import * from .helpers import is_collection, to_python, to_api, get_scope |