Skip to content

Commit e41f7a1

Browse files
committed
Remove run block in heapq
1 parent 4162bc1 commit e41f7a1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Lib/heapq.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -595,9 +595,3 @@ def nlargest(n, iterable, key=None):
595595
from _heapq import _heappop_max
596596
except ImportError:
597597
pass
598-
599-
600-
if __name__ == "__main__":
601-
602-
import doctest # pragma: no cover
603-
print(doctest.testmod()) # pragma: no cover

0 commit comments

Comments
 (0)