Skip to content

Commit

Permalink
linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
LonelyCat124 committed Jan 10, 2025
1 parent 047c4a6 commit b1d9544
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/psyclone/psyir/transformations/scalarization_trans.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ def _value_unused_after_loop(sig, node, var_accesses):
if node is next_access:
return False

Check warning on line 137 in src/psyclone/psyir/transformations/scalarization_trans.py

View check run for this annotation

Codecov / codecov/patch

src/psyclone/psyir/transformations/scalarization_trans.py#L137

Added line #L137 was not covered by tests


# If next access is the RHS of an assignment then we need to
# skip it
# Handles:
Expand Down

0 comments on commit b1d9544

Please sign in to comment.