Skip to content

Commit

Permalink
chore(frontend-python): don't require coverage for highlighting result
Browse files Browse the repository at this point in the history
  • Loading branch information
umut-sahin committed Nov 15, 2023
1 parent 5491837 commit d34035e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def format(
for node in self.ordered_outputs():
returns.append(f"%{id_map[node]}")
lines.append(f"return {', '.join(returns)}")
if highlighted_result:
if highlighted_result: # pragma: no cover
highlighted_lines[len(lines) - 1] = highlighted_result

# strip whitespaces
Expand Down

0 comments on commit d34035e

Please sign in to comment.