Auto-format code 🧹🌟🤖

This commit is contained in:
Formatter [BOT] 2024-11-13 15:28:49 +00:00
parent 052027fb50
commit 7c1ce81b5e

View File

@ -1,8 +1,8 @@
import difflib
from xiaomusic.utils import (
keyword_detection,
find_best_match,
keyword_detection,
)
if __name__ == "__main__":
@ -24,10 +24,10 @@ if __name__ == "__main__":
extra_search_index["2"] = s2
extra_search_index["3"] = s3
real_names = find_best_match(
user_input,
str_list,
cutoff=0.4,
n=100,
extra_search_index=extra_search_index,
)
user_input,
str_list,
cutoff=0.4,
n=100,
extra_search_index=extra_search_index,
)
print(real_names)