Skip to content

Commit 8a71f53

Browse files
try not ignoring import
1 parent 7266440 commit 8a71f53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/integration/release/test_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import pandas as pd
66
import pytest
77
from _pytest.fixtures import FixtureRequest
8-
from pytest_check import check # type: ignore
8+
from pytest_check import check
99
from vivarium_testing_utils import FuzzyChecker
1010

1111
from pseudopeople.dataset import Dataset

tests/utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import numpy as np
99
import numpy.typing as npt
1010
import pandas as pd
11-
from pytest_check import check # type: ignore
11+
from pytest_check import check
1212
from vivarium_testing_utils import FuzzyChecker
1313

1414
from pseudopeople.configuration import Keys, get_configuration

0 commit comments

Comments
 (0)