feat: cleaner cli song object options
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Hellow
2024-04-25 23:20:07 +02:00
parent 60e84a0638
commit e11cfbda67
4 changed files with 59 additions and 24 deletions

View File

@@ -176,4 +176,3 @@ def match_length(length_1: int | None, length_2: int | None) -> bool:
if length_1 is None or length_2 is None:
return True
return abs(length_1 - length_2) <= ALLOWED_LENGTH_DISTANCE