mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove unused import
This commit is contained in:
parent
78e31585cf
commit
e6b74879d7
1 changed files with 1 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue