mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Fix qldoc errors + typos
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user