mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Moved pragma to line of function definition
This commit is contained in:
parent
652ea0e871
commit
850f0b1965
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue