Skip to content

Commit

Permalink
fucking stupid tuping
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Aug 8, 2024
1 parent c508420 commit e011e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cantok/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
from typing_extensions import TypeAlias # pragma: no cover

if sys.version_info > (3, 8):
IterableWithTokens: TypeAlias = Iterable['AbstractToken'] # type: ignore[name-defined]
IterableWithTokens: TypeAlias = Iterable['AbstractToken'] # type: ignore[name-defined, unused-ignore]
else:
IterableWithTokens = Iterable # pragma: no cover

0 comments on commit e011e97

Please sign in to comment.