Lintfix: PEP8 requires two empty lines

This commit is contained in:
Bo Maryniuk 2018-07-23 12:42:53 +02:00
parent 2a18e335af
commit 1107de0dec

View file

@ -947,6 +947,7 @@ def refresh_pillar():
ret = False # Effectively a no-op, since we can't really return without an event system
return ret
pillar_refresh = salt.utils.functools.alias_function(refresh_pillar, 'pillar_refresh')