Fix PEP8 for the operator

This commit is contained in:
Bo Maryniuk 2016-01-22 18:37:12 +01:00
parent e366f6a7fd
commit 0f11079ff9

View file

@ -1373,8 +1373,7 @@ def latest(
'''
rtag = __gen_rtag()
refresh = bool(
salt.utils.is_true(refresh)
or (os.path.isfile(rtag) and refresh is not False)
salt.utils.is_true(refresh) or (os.path.isfile(rtag) and refresh is not False)
)
if kwargs.get('sources'):