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 290370f commit 79f3b13
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion cantok/tokens/abstract/abstract_token.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import sys
from sys import getrefcount
from abc import ABC, abstractmethod
from threading import RLock
Expand Down
2 changes: 0 additions & 2 deletions cantok/tokens/timeout_token.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from time import monotonic_ns, perf_counter
from typing import Union, Callable, List, Dict, Any
from collections.abc import Iterable
import sys

from cantok import AbstractToken
from cantok import ConditionToken
Expand Down

0 comments on commit 79f3b13

Please sign in to comment.