Skip to content

Commit 296ccac

Browse files
committed
-
1 parent 6299a10 commit 296ccac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python_toolbox/third_party/abcs_collection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,6 @@ def __subclasshook__(cls, subclass_candidate):
562562
# Hacking around a Pypy bug:
563563
if cls is Sequence and \
564564
issubclass(subclass_candidate, (tuple, basestring, buffer, xrange)):
565-
print('Got true!')
566565
return True
567566
else:
568567
return NotImplemented

0 commit comments

Comments
 (0)