Skip to content

Commit

Permalink
mypy ignore comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Aug 13, 2024
1 parent 5a7831b commit 4b2177f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suby/proxy_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from cantok import AbstractToken, TimeoutToken, DefaultToken, CancellationError

try:
from oslex import split as shlex_split
from oslex import split as shlex_split # type: ignore[import, unused-ignore]
except ImportError:
from shlex import split as shlex_split

Expand Down

0 comments on commit 4b2177f

Please sign in to comment.