We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7266440 commit 8a71f53Copy full SHA for 8a71f53
tests/integration/release/test_release.py
@@ -5,7 +5,7 @@
5
import pandas as pd
6
import pytest
7
from _pytest.fixtures import FixtureRequest
8
-from pytest_check import check # type: ignore
+from pytest_check import check
9
from vivarium_testing_utils import FuzzyChecker
10
11
from pseudopeople.dataset import Dataset
tests/utilities.py
@@ -8,7 +8,7 @@
import numpy as np
import numpy.typing as npt
12
13
14
from pseudopeople.configuration import Keys, get_configuration
0 commit comments