diff --git a/src/dbally/iql/_type_validators.py b/src/dbally/iql/_type_validators.py index dfcab015..7f0bce48 100644 --- a/src/dbally/iql/_type_validators.py +++ b/src/dbally/iql/_type_validators.py @@ -1,18 +1,7 @@ from dataclasses import dataclass -from typing import ( # type: ignore - Any, - Callable, - Dict, - Literal, - Optional, - Type, - Union, - _GenericAlias, - get_args, - get_origin, -) - -from typing_extensions import Annotated +from typing import Any, Callable, Dict, Literal, Optional, Type, Union, _GenericAlias # type: ignore + +from typing_extensions import Annotated, get_args, get_origin @dataclass