Skip to content

Commit

Permalink
lint required
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Dec 19, 2023
1 parent f7418a5 commit bcbf78f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cantok/tokens/abstract_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ def send(self, value: Any) -> None:
def throw(self, value: Any) -> Any:
pass

def close(self) -> Any:
pass


class AbstractToken(ABC):
exception = CancellationError
Expand Down

0 comments on commit bcbf78f

Please sign in to comment.