1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-21 16:35:08 +00:00

Update http.py

2 `__version__`? fixed that?
This commit is contained in:
Vish M 2022-04-29 16:50:43 +01:00 committed by GitHub
parent bcfff56f69
commit 04c7483850
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,8 +17,7 @@ from .exceptions import *
from .exceptions import GistNotFound, RepositoryAlreadyExists, MissingPermissions from .exceptions import GistNotFound, RepositoryAlreadyExists, MissingPermissions
from .objects import APIObject, User, Gist, Repository, Organization, File from .objects import APIObject, User, Gist, Repository, Organization, File
from .urls import * from .urls import *
from . import __version__
__version__ = '0.0.1'
__all__ = ( __all__ = (
'Paginator', 'Paginator',