mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 05:55:59 -03:30
Fix linting problem
This commit is contained in:
@@ -17,7 +17,7 @@ def parse_description(desc):
|
||||
options = {}
|
||||
desc_lines = []
|
||||
if 'POST' in desc:
|
||||
desc_lines = desc[desc.index('POST') :].splitlines()
|
||||
desc_lines = desc[desc.index('POST') :].splitlines()
|
||||
else:
|
||||
desc_lines = desc.splitlines()
|
||||
for line in desc_lines:
|
||||
|
||||
Reference in New Issue
Block a user