Skip to content

Commit 33a57ec

Browse files
shadow38mathieu-gueurce-eloquant
authored andcommitted
Fix linting error on import
1 parent 4ef8b10 commit 33a57ec

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

salt/utils/parsers.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
import salt.utils.yaml
4141
import salt.version as version
4242
from salt.defaults import DEFAULT_TARGET_DELIM
43-
from salt.utils.validate.path import is_syslog_path
44-
from salt.utils.validate.path import is_writeable
43+
from salt.utils.validate.path import is_syslog_path, is_writeable
4544
from salt.utils.verify import insecure_log, verify_log, verify_log_files
4645

4746
log = logging.getLogger(__name__)

0 commit comments

Comments
 (0)