mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-17 22:45:08 +00:00
Might've fixed imports?
This commit is contained in:
parent
669f72e467
commit
6797dc8a4f
2 changed files with 7 additions and 6 deletions
|
@ -7,9 +7,9 @@ __all__ = (
|
|||
from getpass import getpass
|
||||
import aiohttp
|
||||
|
||||
from . import http
|
||||
from .exceptions import AlreadyStarted, NotStarted
|
||||
from .objects import User, Repository
|
||||
import http
|
||||
from exceptions import AlreadyStarted, NotStarted
|
||||
from objects import User, Repository
|
||||
|
||||
class Github:
|
||||
_auth = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue