mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Black fixes
This commit is contained in:
parent
1e311c2da4
commit
21f3c11cbc
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ def setup_extended_logging(opts):
|
|||
|
||||
def get_multiprocessing_logging_queue():
|
||||
global __MP_LOGGING_QUEUE
|
||||
from salt.utils.platform import (is_darwin, is_aix)
|
||||
from salt.utils.platform import is_darwin, is_aix
|
||||
|
||||
if __MP_LOGGING_QUEUE is not None:
|
||||
return __MP_LOGGING_QUEUE
|
||||
|
|
Loading…
Add table
Reference in a new issue