mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
code format
This commit is contained in:
@@ -19,4 +19,6 @@ class AppLogger(metaclass=SingletonMeta):
|
||||
|
||||
class RichConsoleHandler(RichHandler):
|
||||
def __init__(self, width=200, style=None, **kwargs):
|
||||
super().__init__(console=Console(color_system="256", width=width, style=style), **kwargs)
|
||||
super().__init__(
|
||||
console=Console(color_system="256", width=width, style=style), **kwargs
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user