appease pylint's proscription on blank line excess

This commit is contained in:
Justin Findlay 2015-05-12 15:40:55 -06:00
parent 57c617136d
commit 454322c7e4

View file

@ -171,7 +171,6 @@ def _get_options(ret=None):
'db': 'db',
'port': 'port'}
_options = salt.returners.get_returner_options('returner.{0}'.format(__virtualname__),
ret,
attrs,