Lint
This commit is contained in:
parent
2289e9031e
commit
fadb295d4d
3 changed files with 3 additions and 4 deletions
|
@ -27,10 +27,10 @@ def setup_logging():
|
|||
def get(self):
|
||||
return self.buffer
|
||||
|
||||
from rich.theme import Theme
|
||||
from rich.logging import RichHandler
|
||||
from rich.console import Console
|
||||
from rich.logging import RichHandler
|
||||
from rich.pretty import install as pretty_install
|
||||
from rich.theme import Theme
|
||||
from rich.traceback import install as traceback_install
|
||||
|
||||
level = logging.DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue