Skip to content

Commit bea7f11

Browse files
committed
fix
1 parent 4f6e971 commit bea7f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xrlint/util/filepattern.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def __eq__(self, other):
9797
return False
9898
return self.pattern == other.pattern
9999

100-
def __neq__(self, other):
100+
def __ne__(self, other):
101101
return not self.__eq__(other)
102102

103103
def __hash__(self):

0 commit comments

Comments
 (0)