1
Fork 0
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:
RGBCube 2022-06-25 15:53:55 +03:00 committed by Automated Linter
parent 768b81683c
commit 8cbc6096dc
2 changed files with 2 additions and 2 deletions

View file

@ -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