Skip to content

Commit

Permalink
Fixed flake8 issues
Browse files Browse the repository at this point in the history
Signed-off-by: schamola <[email protected]>
  • Loading branch information
schamola committed Nov 24, 2023
1 parent 5bb8a2c commit 1ebc70e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/modules/mapping_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@
stderr='',
)


def vscsi_mappings(module, mappings):
"""
Retrieve VSCSI mappings.
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/viosbr.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ def viosbr_list(module, params):
results['msg'] = f"Command \'{' '.join(cmd)}\' failed with return code {ret}."
module.fail_json(**results)


def viosbr_view(module, params):
"""
Displays information for a user-specified backup file
Expand Down

0 comments on commit 1ebc70e

Please sign in to comment.