Disabled lint check for ioflo

This commit is contained in:
justinta89 2015-10-23 14:57:01 -06:00 committed by rallytime
parent acd2214c9d
commit d13fe0cf53
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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: