Skip to content

Commit f46ce62

Browse files
authored
fix sanity check pylint
1 parent c4f5525 commit f46ce62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/inventory/instance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
from ..module_utils.cloudstack import HAS_LIB_CS
153153

154154
try:
155-
from cs import CloudStack, CloudStackException
155+
from cs import CloudStack
156156
except ImportError:
157157
pass
158158

0 commit comments

Comments
 (0)