Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuel44 committed Aug 12, 2024
1 parent 6b47d36 commit 9e48b25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/compare_dependency_constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ def compare_constraints(images_contained_in_native: list[str]) -> int:
compare_py3_tools_with_ubi(py3_tools_constraints, py3_tools_ubi_constraints)
)


for discrepancy in discrepancies:
line_number = find_library_line_number(discrepancy.dependency, discrepancy.path)
print(
Expand Down

0 comments on commit 9e48b25

Please sign in to comment.