We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cfd932 commit b9f36c9Copy full SHA for b9f36c9
1 file changed
github3/core.py
@@ -11,6 +11,8 @@
11
__license__ = 'MIT'
12
__author__ = 'Kenneth Reitz'
13
14
+from .api import Github, settings
15
+
16
17
def no_auth():
18
"""Returns an un-authenticated Github object."""
0 commit comments