mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Moved lint disable to end of offending line
This commit is contained in:
parent
d13fe0cf53
commit
2d06c97879
2 changed files with 3 additions and 4 deletions
|
@ -30,8 +30,8 @@ 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
|
||||
|
||||
from ioflo.aid.odicting import odict # pylint: disable=E0611,F0401
|
||||
import ioflo.base.deeding
|
||||
|
||||
from ioflo.base.consoling import getConsole
|
||||
|
|
|
@ -18,8 +18,7 @@ except ImportError:
|
|||
from salt.utils.odict import OrderedDict
|
||||
|
||||
try:
|
||||
# pylint: disable=E011
|
||||
from ioflo.aid.odicting import odict
|
||||
from ioflo.aid.odicting import odict # pylint: disable=E0611
|
||||
HAS_IOFLO = True
|
||||
except ImportError:
|
||||
odict = None
|
||||
|
|
Loading…
Add table
Reference in a new issue