Make pylint happy
This commit is contained in:
parent
45cbbf5e1d
commit
116c45071f
@ -8,7 +8,8 @@ disable=
|
|||||||
bad-continuation,
|
bad-continuation,
|
||||||
duplicate-code,
|
duplicate-code,
|
||||||
fixme,
|
fixme,
|
||||||
locally-disabled
|
locally-disabled,
|
||||||
|
locally-enabled
|
||||||
|
|
||||||
[REPORTS]
|
[REPORTS]
|
||||||
|
|
||||||
|
@ -34,6 +34,7 @@ import qubesadmin.tools
|
|||||||
import qubesadmin.vm
|
import qubesadmin.vm
|
||||||
have_events = False
|
have_events = False
|
||||||
try:
|
try:
|
||||||
|
# pylint: disable=wrong-import-position
|
||||||
import qubesadmin.events
|
import qubesadmin.events
|
||||||
have_events = True
|
have_events = True
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
Loading…
Reference in New Issue
Block a user