mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Lint
This commit is contained in:
parent
104c3cbe7f
commit
6ccafa2ae5
2 changed files with 2 additions and 2 deletions
|
@ -42,4 +42,3 @@ def cmd(cmd, *args, **kwargs):
|
|||
kwargs['host'] = __pillar__['proxy']['host']
|
||||
return __proxy__[proxycmd](cmd, *args, **kwargs)
|
||||
|
||||
|
||||
|
|
|
@ -4,7 +4,8 @@ Manage Dell DRAC.
|
|||
|
||||
.. versionadded:: 2015.8.2
|
||||
'''
|
||||
# pylint=disable W0141
|
||||
# pylint: disable=W0141
|
||||
|
||||
# Import python libs
|
||||
from __future__ import absolute_import
|
||||
import logging
|
||||
|
|
Loading…
Add table
Reference in a new issue