This commit is contained in:
shenjack 2024-05-04 14:02:47 +08:00
parent e592f30142
commit 79c2e7f53d
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -10,7 +10,7 @@ if TYPE_CHECKING:
from ica_typing import IcaNewMessage, IcaClient, ConfigData
CONFIG_DATA: ConfigData
else:
CONFIG_DATA: ConfigData = None # type: ignore
CONFIG_DATA = None # type: ignore
IcaNewMessage = TypeVar("NewMessage")
IcaClient = TypeVar("IcaClient")