mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Disabled lint check for ioflo
This commit is contained in:
parent
acd2214c9d
commit
d13fe0cf53
2 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,7 @@ from salt.utils import kinds, is_windows
|
|||
from salt.utils.event import tagify
|
||||
|
||||
# Import ioflo libs
|
||||
# pylint: disable=E0611,F0401
|
||||
from ioflo.aid.odicting import odict
|
||||
import ioflo.base.deeding
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@ except ImportError:
|
|||
from salt.utils.odict import OrderedDict
|
||||
|
||||
try:
|
||||
# pylint: disable=E011
|
||||
from ioflo.aid.odicting import odict
|
||||
HAS_IOFLO = True
|
||||
except ImportError:
|
||||
|
|
Loading…
Add table
Reference in a new issue