format code

This commit is contained in:
grillazz
2025-03-08 17:27:53 +01:00
parent 8f96c8a472
commit 0260df4d09
15 changed files with 23 additions and 30 deletions

View File

@@ -20,5 +20,5 @@ class RichConsoleHandler(RichHandler):
def __init__(self, width=200, style=None, **kwargs):
super().__init__(
console=Console(color_system="256", width=width, style=style, stderr=True),
**kwargs
**kwargs,
)