From 589968f12f424ebe7c83d74568791d1c9586ff19 Mon Sep 17 00:00:00 2001 From: getzze Date: Tue, 22 Oct 2024 22:59:12 +0100 Subject: [PATCH] fix typing --- tests/test_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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