mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #13299 from cvrebert/patch-2
salt.client: rm duplicate import of string_types
This commit is contained in:
commit
f6596d6fe3
@ -41,7 +41,6 @@ import salt.syspaths as syspaths
|
||||
from salt.exceptions import (
|
||||
EauthAuthenticationError, SaltInvocationError, SaltReqTimeoutError
|
||||
)
|
||||
from salt._compat import string_types
|
||||
|
||||
# Try to import range from https://github.com/ytoolshed/range
|
||||
HAS_RANGE = False
|
||||
|
Loading…
Reference in New Issue
Block a user