mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
add linter arg
This commit is contained in:
parent
b8843162b4
commit
805a7c7ebd
@ -11,7 +11,7 @@
|
||||
from __future__ import absolute_import
|
||||
|
||||
import StringIO
|
||||
import salt.ext.six.moves.configparser as configparser
|
||||
import salt.ext.six.moves.configparser as configparser # pylint: disable=E0611
|
||||
|
||||
from salt.ext.six import string_types
|
||||
from salt.serializers import DeserializationError, SerializationError
|
||||
|
Loading…
Reference in New Issue
Block a user