Skip to content

Commit 000fe6b

Browse files
Removed overriding method
1 parent fa21493 commit 000fe6b

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

splunklib/searchcommands/generating_command.py

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -221,27 +221,6 @@ def _execute_chunk_v2(self, process, chunk):
221221
return
222222
self._finished = True
223223

224-
def process(self, argv=sys.argv, ifile=sys.stdin, ofile=sys.stdout):
225-
""" Process data.
226-
227-
:param argv: Command line arguments.
228-
:type argv: list or tuple
229-
230-
:param ifile: Input data file.
231-
:type ifile: file
232-
233-
:param ofile: Output data file.
234-
:type ofile: file
235-
236-
:param allow_empty_records: Allow empty results
237-
:type allow_empty_records: bool
238-
239-
:return: :const:`None`
240-
:rtype: NoneType
241-
242-
"""
243-
return super().process(argv=argv, ifile=ifile, ofile=ofile, allow_empty_list=True)
244-
245224
# endregion
246225

247226
# region Types

0 commit comments

Comments
 (0)