This commit is contained in:
Dulmandakh 2024-05-15 08:02:37 +08:00
parent 03497d1f29
commit 8eaf5c8b3a

View File

@ -6,6 +6,7 @@ from .interface import Interface
from .utils import yank_fields_from_attrs
from dataclasses import make_dataclass, field
# For static type checking with type checker
if TYPE_CHECKING:
from typing import Dict, Iterable, Type # NOQA