Skip to content

Commit

Permalink
fixed typing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rmic committed Nov 24, 2024
1 parent cbd9311 commit b331236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc/repo/experiments/remove.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def remove( # noqa: C901, PLR0912
]

removed = [ref.name for ref in exp_ref_list] + [
entry.name for entry in queue_entry_list
entry.name for entry in queue_entry_list if entry.name
]

if exp_ref_list:
Expand Down

0 comments on commit b331236

Please sign in to comment.