Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackenmen committed Oct 16, 2024
1 parent ac4c867 commit e376c48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cherry_picker/cherry_picker.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ def _get_applicable_preferences(cls, ctx, preferences_path):
with open(preferences_path, "rb") as fp:
data = tomllib.load(fp)
applicable_preferences = []

Check warning on line 149 in cherry_picker/cherry_picker.py

View check run for this annotation

Codecov / codecov/patch

cherry_picker/cherry_picker.py#L147-L149

Added lines #L147 - L149 were not covered by tests
continue_mode = ctx.params["abort"] is False

if "global" in data:
global_preferences = data["global"]
Expand Down

0 comments on commit e376c48

Please sign in to comment.