Skip to content

Commit

Permalink
lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Евгений Блинов authored and Евгений Блинов committed Mar 1, 2025
1 parent f8733f5 commit 0d74cff
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 @@ -10,4 +10,4 @@
if sys.version_info >= (3, 9):
IterableWithTokens: TypeAlias = Iterable['AbstractToken'] # type: ignore[name-defined, unused-ignore] # pragma: no cover
else:
IterableWithTokens = Iterable # pragma: no cover
IterableWithTokens = Iterable['AbstractToken'] # pragma: no cover

0 comments on commit 0d74cff

Please sign in to comment.