Skip to content

Commit

Permalink
CI Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
colin99d committed Dec 23, 2022
1 parent f141216 commit 279542b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyupgrade/_plugins/type_bases_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def remove_all(the_list: list[str], item: str) -> list[str]:

def remove_line(
the_list: list[Token], sub_list: list[str], item: str, last_is_comma: bool
) -> list[str]:
) -> None:
is_last = sub_list[-1] == item
idx = [x.src for x in the_list].index(item)
line = the_list[idx].line
Expand Down

0 comments on commit 279542b

Please sign in to comment.