mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-17 07:11:50 -08:00
style: format code and sort imports
This commit is contained in:
@@ -24,4 +24,4 @@ def get_formatted_str(text: str, style):
|
||||
ansi_output = text.__rich_console__(None, None)
|
||||
|
||||
# Join the ANSI strings to form the final output
|
||||
ansi_string = "".join(segment.text for segment in ansi_output)
|
||||
"".join(segment.text for segment in ansi_output)
|
||||
|
||||
Reference in New Issue
Block a user