Skip to content

Commit

Permalink
ignore redef
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraheim committed Apr 7, 2024
1 parent f57b8fc commit 8772cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unicoder.py.tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from . import unicoder # mypy
except ImportError:
sys.path.insert(0, ".")
import unicoder # unittest # type: ignore[no-redef]
import unicoder # type: ignore[no-redef]

logg = logging.getLogger("TEST")

Expand Down

0 comments on commit 8772cca

Please sign in to comment.