Moved pragma to line of function definition

This commit is contained in:
David Murphy 2023-10-30 16:21:04 -06:00 committed by Daniel Wozniak
parent 652ea0e871
commit 850f0b1965

View file

@ -1659,8 +1659,7 @@ ARGS = {arguments}\n'''.format(
return
# pragma: no cover
def lowstate_file_refs(chunks):
def lowstate_file_refs(chunks): # pragma: no cover
"""
Create a list of file ref objects to reconcile
"""