Skip to content

Commit

Permalink
Suppress type hint for old pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
jond01 committed Sep 10, 2024
1 parent 14e3b7e commit 41ab446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/test_tdengine.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


@pytest.fixture(params=[10])
def tdengine(request: pytest.FixtureRequest) -> Iterator[TDEngineData]:
def tdengine(request: "pytest.FixtureRequest") -> Iterator[TDEngineData]:
db_name = "storey"
supertable_name = "test_supertable"

Expand Down

0 comments on commit 41ab446

Please sign in to comment.