mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-31 13:08:12 +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
|
@ -1,6 +1,6 @@
|
|||
__all__ = ("SecurtiyAndAnalysis",)
|
||||
|
||||
from typing import Literal, TypedDict, TYPE_CHECKING
|
||||
from typing import TYPE_CHECKING, Literal, TypedDict
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from typing_extensions import NotRequired
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue