diff --git a/tests/test_utils.py b/tests/test_utils.py index 513a6a2d..f31633bb 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -29,7 +29,7 @@ if TYPE_CHECKING: from pathlib import Path - from babelfish import Language + from babelfish import Language # type: ignore[import-untyped] # Core test pytestmark = pytest.mark.core