mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Remove unused import
This commit is contained in:
parent
78e31585cf
commit
e6b74879d7
@ -98,10 +98,7 @@ from salt.utils import namespaced_function
|
||||
import salt.utils.cloud
|
||||
import salt.config as config
|
||||
from salt.cloud.libcloudfuncs import * # pylint: disable=W0401,W0614
|
||||
from salt.exceptions import (
|
||||
SaltCloudException,
|
||||
SaltCloudSystemExit,
|
||||
)
|
||||
from salt.exceptions import SaltCloudSystemExit
|
||||
|
||||
|
||||
# pylint: disable=C0103,E0602,E0102
|
||||
|
Loading…
Reference in New Issue
Block a user