Merge pull request #28143 from jtand/lint_fix

Removed blank line at end of chassis.py
This commit is contained in:
Mike Place 2015-10-20 10:39:35 -06:00
commit 7cd0440c33

View File

@ -41,4 +41,3 @@ def cmd(cmd, *args, **kwargs):
kwargs['admin_password'] = __pillar__['proxy']['admin_password']
kwargs['host'] = __pillar__['proxy']['host']
return __proxy__[proxycmd](cmd, *args, **kwargs)