Skip to content

Commit 7a78af2

Browse files
committed
oops
1 parent 17078e4 commit 7a78af2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

unpythonic/collections.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,6 @@ def __contains__(self, x):
253253
def __iter__(self):
254254
self._ensure_x()
255255
return (x for x in (self.storage.x,))
256-
def __len(self):
257-
return 1
258256
def __eq__(self, other):
259257
self._ensure_x()
260258
return other == self.storage.x

0 commit comments

Comments
 (0)