mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-21 08:25:08 +00:00
fix some repr and change File import
This commit is contained in:
parent
104203fb3f
commit
428b7e97ed
2 changed files with 4 additions and 8 deletions
|
@ -11,15 +11,13 @@ from types import SimpleNamespace
|
|||
from typing import TYPE_CHECKING, Dict, Union, List
|
||||
import platform
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from .main import File
|
||||
|
||||
import aiohttp
|
||||
|
||||
from .exceptions import *
|
||||
from .exceptions import GistNotFound, RepositoryAlreadyExists, MissingPermissions
|
||||
from .objects import APIObject, User, Gist, Repository, Organization
|
||||
from .objects import APIObject, User, Gist, Repository, Organization, File
|
||||
from .urls import *
|
||||
|
||||
__version__ = '0.0.1'
|
||||
|
||||
__all__ = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue