Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
micpst committed Sep 23, 2024
1 parent 69a8d58 commit d6c8fc6
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions src/dbally/iql/_type_validators.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d6c8fc6

Please sign in to comment.