Skip to content

Commit b6b1324

Browse files
committed
Remove the just-removed "help" from __all__.
1 parent 447324f commit b6b1324

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Lib/cProfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Compatible with the 'profile' module.
55
"""
66

7-
__all__ = ["run", "runctx", "help", "Profile"]
7+
__all__ = ["run", "runctx", "Profile"]
88

99
import _lsprof
1010

Lib/profile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
import marshal
4040
from optparse import OptionParser
4141

42-
__all__ = ["run", "runctx", "help", "Profile"]
42+
__all__ = ["run", "runctx", "Profile"]
4343

4444
# Sample timer for use with
4545
#i_count = 0

0 commit comments

Comments
 (0)