Skip to content

Commit 5497c9a

Browse files
committed
fixup! git-review-rebase: add new script.
Signed-off-by: Quentin Casasnovas <quentin.casasnovas@vates.tech>
1 parent 02f857e commit 5497c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/git-review-rebase/src/git_review_rebase/ui/rebase_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,5 @@ def commit_filtered_out():
139139
left_cell,
140140
markers_from_match_type(rebased_commit_match.match_info),
141141
right_cell,
142-
key=commit_oid,
142+
key=commit_oid, # type: ignore
143143
)

0 commit comments

Comments
 (0)