Skip to content

Commit

Permalink
delete wrong type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
OlteanuRares committed Sep 10, 2024
1 parent 03571dd commit 64ead7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycaption/scc/specialized_collections.py
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ def _format_italics(collection):
return new_collection


def _remove_spaces_at_end_of_the_line(collection: list[_InstructionNode]):
def _remove_spaces_at_end_of_the_line(collection):
for idx, node in enumerate(collection):
if (
idx > 0
Expand Down

0 comments on commit 64ead7e

Please sign in to comment.