From d6c8fc6038c0d25496628d7678370bd51aedb478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pstr=C4=85g?= Date: Mon, 23 Sep 2024 10:36:53 +0100 Subject: [PATCH] fix tests --- src/dbally/iql/_type_validators.py | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) 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