mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-07-24 23:17:43 +00:00
Fix typos and __all__s
This commit is contained in:
parent
768b81683c
commit
8cbc6096dc
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ __version__ = "2.0.0a"
|
||||||
__license__ = "MIT"
|
__license__ = "MIT"
|
||||||
__copyright__ = "Copyright (c) 2022-present VarMonke, sudosnok & contributors"
|
__copyright__ = "Copyright (c) 2022-present VarMonke, sudosnok & contributors"
|
||||||
|
|
||||||
|
from . import utils
|
||||||
from .errors import *
|
from .errors import *
|
||||||
from .internals import *
|
from .internals import *
|
||||||
from .objects import *
|
from .objects import *
|
||||||
from . import utils
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
__all__ = ("SecurtiyAndAnalysis",)
|
__all__ = ("SecurtiyAndAnalysis",)
|
||||||
|
|
||||||
from typing import Literal, TypedDict, TYPE_CHECKING
|
from typing import TYPE_CHECKING, Literal, TypedDict
|
||||||
|
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
from typing_extensions import NotRequired
|
from typing_extensions import NotRequired
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue