ci: minor fixes after mypy update
This commit is contained in:
parent
c9c0e19543
commit
0e6dd32afe
8 changed files with 18 additions and 17 deletions
|
@ -92,7 +92,7 @@ class MessageError(RuntimeError):
|
|||
super().__init__(msg_id, *rest)
|
||||
self.rest = rest
|
||||
|
||||
def __hash__(self, other):
|
||||
def __hash__(self):
|
||||
return hash(self.rest)
|
||||
|
||||
def __eq__(self, other) -> bool:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue