Skip to content

Commit

Permalink
deleted extra import
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Dec 19, 2023
1 parent fd9ba2b commit a5e4a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cantok/tokens/abstract_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from threading import RLock
from dataclasses import dataclass
from typing import List, Dict, Awaitable, Optional, Union, Any
from collections.abc import Coroutine, Awaitable
from collections.abc import Coroutine


from cantok.errors import CancellationError, SynchronousWaitingError
Expand Down

0 comments on commit a5e4a46

Please sign in to comment.