Skip to content

Commit f174ab7

Browse files
author
Hussain Jafari
committed
type
1 parent 670d5f7 commit f174ab7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration/release/test_release.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import pandas as pd
77
import pytest
88
from _pytest.fixtures import FixtureRequest
9+
from collections.abc import Callable
910
from layered_config_tree import LayeredConfigTree
1011
from pytest_mock import MockerFixture
1112
from vivarium_testing_utils import FuzzyChecker
@@ -190,7 +191,7 @@ def test_unnoised_id_cols(dataset_name: str, request: FixtureRequest) -> None:
190191
],
191192
)
192193
def test_guardian_duplication(
193-
dataset_params,
194+
dataset_params: tuple[str | int | Callable[..., pd.DataFrame] | None, ...],
194195
dataset_name: str,
195196
probabilities: dict[str, float],
196197
fuzzy_checker: FuzzyChecker,

0 commit comments

Comments
 (0)