mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix lint issues
This commit is contained in:
parent
14a6d64e30
commit
a52284b990
1 changed files with 2 additions and 1 deletions
|
@ -29,6 +29,7 @@ warnings.filterwarnings(
|
|||
UserWarning
|
||||
)
|
||||
|
||||
|
||||
def __define_global_system_encoding_variable__():
|
||||
import sys
|
||||
# This is the most trustworthy source of the system encoding, though, if
|
||||
|
@ -97,7 +98,7 @@ del __define_global_system_encoding_variable__
|
|||
|
||||
|
||||
# REMOVEME after Python 2.7 support is dropped
|
||||
import six
|
||||
import salt.ext.six as six
|
||||
|
||||
if six.PY2:
|
||||
from salt.utils.versions import warn_until
|
||||
|
|
Loading…
Add table
Reference in a new issue