Fix qldoc errors + typos

This commit is contained in:
Joe Farebrother
2025-07-14 14:26:49 +01:00
parent 61af4e4514
commit f784bb0a35
4 changed files with 6 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ class A:
def __eq__(self, other):
return True
def __hash__(self, other):
def __hash__(self):
return 7
# B is automatically non-hashable - so eq without hash never needs to alert