Skip to content

Commit

Permalink
fix pre
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcmarrow authored and dwoz committed Sep 30, 2020
1 parent 92e09bf commit b234fda
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 7 deletions.
2 changes: 0 additions & 2 deletions salt/cli/caller.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
# Import 3rd-party libs
from salt.log import LOG_LEVELS

x = "fix pre"

log = logging.getLogger(__name__)


Expand Down
3 changes: 0 additions & 3 deletions salt/scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,9 +429,6 @@ def salt_cp():
client.run()


x = "fix pre"


def salt_call():
"""
Directly call a salt command in the modules, does not require a running
Expand Down
1 change: 0 additions & 1 deletion salt/transport/zeromq.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
zmq,
)

x = "fix pre"
try:
import zmq.utils.monitor

Expand Down
1 change: 0 additions & 1 deletion scripts/salt-call
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ minion to run.

from salt.scripts import salt_call

x = "fix pre"
if __name__ == "__main__":
salt_call()
2 changes: 2 additions & 0 deletions tests/unit/transport/test_zeromq.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
run_loop_in_thread,
)

x = "fix pre"

# support pyzmq 13.0.x, TODO: remove once we force people to 14.0.x
if not hasattr(zmq.eventloop.ioloop, "ZMQIOLoop"):
zmq.eventloop.ioloop.ZMQIOLoop = zmq.eventloop.ioloop.IOLoop
Expand Down

0 comments on commit b234fda

Please sign in to comment.