mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Satisfy pylint
This commit is contained in:
parent
a2838dbd05
commit
5cd9741269
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue