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