Skip to content

Commit

Permalink
fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze committed Nov 4, 2024
1 parent ce46b4f commit 753a83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 753a83c

Please sign in to comment.