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 c28091f commit 69a8d58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/iql/test_iql_parser.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import re
from dataclasses import dataclass
from typing import Annotated, List, Union
from typing import List, Union

import pytest
from typing_extensions import Annotated

from dbally.context.context import BaseCallerContext
from dbally.iql import IQLArgumentParsingError, IQLUnsupportedSyntaxError, syntax
Expand Down

0 comments on commit 69a8d58

Please sign in to comment.