Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
another-rex committed Dec 17, 2024
1 parent 3e079ec commit 1890130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/datafix/reput_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def get_relevant_ids() -> list[str]:
return relevant_ids


def transform_bug(bug: osv.Bug):
def transform_bug(_: osv.Bug):
"""Transform bug in place.
2. FILLOUT this function to apply transformations before reputting the bug.
Expand Down

0 comments on commit 1890130

Please sign in to comment.