mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Satisfy pylint
This commit is contained in:
parent
a2838dbd05
commit
5cd9741269
@ -29,7 +29,7 @@ import salt.ext.six as six
|
||||
|
||||
# Workaround for 'reload' builtin of py2.7
|
||||
if six.PY3:
|
||||
from importlib import reload # pylint: disable=W0611
|
||||
from importlib import reload # pylint: disable=W0611
|
||||
|
||||
# Import third party libs
|
||||
HAS_PORTAGE = False
|
||||
|
@ -19,7 +19,7 @@ import salt.ext.six as six
|
||||
|
||||
# Workaround for 'reload' builtin of py2.7
|
||||
if six.PY3:
|
||||
from importlib import reload # pylint: disable=W0611
|
||||
from importlib import reload # pylint: disable=W0611
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user