This commit is contained in:
2025-01-19 07:09:05 -05:00
parent 645d1c49c0
commit d27bc450f5
6 changed files with 8 additions and 8 deletions

View File

@@ -20,6 +20,6 @@ class LyricsResult:
confidence: int
time: float = 0.00
def todict(self):
def todict(self) -> dict:
"""Return as dict"""
return asdict(self)