Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmozhijin committed May 1, 2024
1 parent 87cedf7 commit 69fb176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/lyrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ def find_closest_match(list1: list, list2: list, list3: list | None = None, sour
return merged_list


class Lyrics(dict[str: list[tuple[int | None, int | None, list[tuple[int | None, int | None, str]]]]]):
class Lyrics(dict):
def __init__(self, info: dict | None = None) -> None:
if info is None:
info = {}
Expand Down

0 comments on commit 69fb176

Please sign in to comment.