Skip to content

Commit c25b657

Browse files
committed
Find some more shebangs and remove them
1 parent a47a4f8 commit c25b657

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

splunklib/searchcommands/search_command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1228,8 +1228,8 @@ def dispatch(
12281228
.. code-block:: python
12291229
:linenos:
12301230
1231-
#!/usr/bin/env python
12321231
from splunklib.searchcommands import dispatch, StreamingCommand, Configuration, Option, validators
1232+
12331233
@Configuration()
12341234
class SomeStreamingCommand(StreamingCommand):
12351235
...

tests/integration/test_kvstore_conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
#
31
# Copyright © 2011-2026 Splunk, Inc.
42
#
53
# Licensed under the Apache License, Version 2.0 (the "License"): you may

0 commit comments

Comments
 (0)