Skip to content

Commit

Permalink
lint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Dec 19, 2023
1 parent bcbf78f commit 63e40be
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 @@ -28,7 +28,7 @@ def __await__(self):
def send(self, value: Any) -> None:
raise SynchronousWaitingError()

def throw(self, value: Any) -> Any:
def throw(self, value: Any) -> Any: # type: ignore[override]
pass

def close(self) -> Any:
Expand Down

0 comments on commit 63e40be

Please sign in to comment.