Skip to content

Commit 6ca8e35

Browse files
committed
-
1 parent e09f291 commit 6ca8e35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source_py2/python_toolbox/sequence_tools/cute_range.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def __init__(self, *args):
120120

121121
__eq__ = lambda self, other: (type(self) == type(other) and
122122
(self._reduced == other._reduced))
123+
__ne__ = lambda self, other: not self == other
123124

124125
distance_to_cover = caching.CachedProperty(lambda self:
125126
self.stop - self.start)

0 commit comments

Comments
 (0)