mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-20 07:55:09 +00:00
Update http.py
2 `__version__`? fixed that?
This commit is contained in:
parent
bcfff56f69
commit
04c7483850
1 changed files with 2 additions and 3 deletions
|
@ -17,8 +17,7 @@ from .exceptions import *
|
|||
from .exceptions import GistNotFound, RepositoryAlreadyExists, MissingPermissions
|
||||
from .objects import APIObject, User, Gist, Repository, Organization, File
|
||||
from .urls import *
|
||||
|
||||
__version__ = '0.0.1'
|
||||
from . import __version__
|
||||
|
||||
__all__ = (
|
||||
'Paginator',
|
||||
|
@ -287,4 +286,4 @@ class http:
|
|||
return await result.json()
|
||||
if result.status == 401:
|
||||
raise NoAuthProvided
|
||||
raise RepositoryAlreadyExists
|
||||
raise RepositoryAlreadyExists
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue