Skip to content

Commit b860d70

Browse files
committed
Remove __all__ export statement as there's nothing to hide anymore
1 parent 6b46aca commit b860d70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

splunklib/results.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535
from io import BufferedReader
3636
from json import loads as json_loads
3737

38-
__all__ = ["JSONResultsReader", "Message"]
39-
4038

4139
class Message:
4240
"""This class represents informational messages that Splunk interleaves in the results stream.

0 commit comments

Comments
 (0)