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 877f2d6 commit 1cbf579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cantok/tokens/abstract/abstract_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from cantok.tokens.abstract.coroutine_wrapper import WaitCoroutineWrapper


if sys.version_info >= (3, 8):
if sys.version_info > (3, 8):
IterableWithTokens: TypeAlias = Iterable['AbstractToken'] # pragma: no cover
else:
IterableWithTokens = Iterable # pragma: no cover
Expand Down

0 comments on commit 1cbf579

Please sign in to comment.