Skip to content

Commit 97444bd

Browse files
committed
Fix black formatting in salt/minion.py
1 parent 87b510f commit 97444bd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

salt/minion.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3957,9 +3957,7 @@ async def _process_event(self, raw):
39573957
self.syndic_mode == "sync"
39583958
# Even in cluster mode we need to forward the raw event with the minions
39593959
# list to determine which minions we expect to return on the master of masters.
3960-
or (
3961-
return_event and job_event and "minions" in data
3962-
)
3960+
or (return_event and job_event and "minions" in data)
39633961
):
39643962
# Add generic event aggregation here
39653963
if "retcode" not in data:

0 commit comments

Comments
 (0)