pull/34/head
UnCLAS-Prommer 2025-06-15 16:46:13 +08:00
parent 8fc8cedc78
commit e1ab7b6956
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
from dataclasses import dataclass, fields, MISSING
from typing import TypeVar, Type, Any, get_origin, get_args, Literal, Dict, List, Set, Tuple, Union
from typing import TypeVar, Type, Any, get_origin, get_args, Literal, Dict, Union
T = TypeVar("T", bound="ConfigBase")