Skip to content

Commit

Permalink
Fixed a lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hpenne committed Aug 12, 2024
1 parent 0de898d commit e3e049a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions asciireqs/reporting.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,10 +271,9 @@ def generate_report_line(
param.strip() for param in stripped_line[16:-1].strip().split(";")
]
field_names = [name.strip() for name in field_name_list.strip().split(",")]
for line in get_table(
yield from get_table(
project, requirements, field_names, filter_expression
):
yield line
)
elif stripped_line.startswith("[.reqy]") and doc:
# Consume the listing block of YAML:
for yaml_req in req_from_yaml_block(input_lines, doc):
Expand Down

0 comments on commit e3e049a

Please sign in to comment.