style: format code and sort imports

This commit is contained in:
Benex254
2024-07-16 20:43:51 +03:00
parent 6d077fd3e2
commit 8d4f2a8f04
10 changed files with 19 additions and 15 deletions

View File

@@ -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)