mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Merge pull request #8660 from cvrebert/patch-2
salt.log.setup: rm unused import
This commit is contained in:
commit
6c7f310412
@ -33,7 +33,6 @@ GARBAGE = logging.GARBAGE = 1
|
||||
QUIET = logging.QUIET = 1000
|
||||
|
||||
# Import salt libs
|
||||
from salt._compat import string_types
|
||||
from salt.log.handlers import TemporaryLoggingHandler
|
||||
from salt.log.mixins import LoggingMixInMeta, NewStyleClassMixIn
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user