Skip to content

Commit

Permalink
no extra imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Aug 8, 2024
1 parent 92d4f62 commit 203ce99
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cantok/tokens/timeout_token.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
from time import monotonic_ns, perf_counter
from sys import getrefcount
from typing import Union, Callable, List, Dict, Any
from typing import Union, Callable, Dict, Any

from cantok import AbstractToken
from cantok import ConditionToken
from cantok.errors import TimeoutCancellationError
from cantok.types import IterableWithTokens


class TimeoutToken(ConditionToken):
Expand Down

0 comments on commit 203ce99

Please sign in to comment.