ruff
This commit is contained in:
parent
5e599ddbd4
commit
1650e6e640
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
"""
|
||||
Internal logging utility.
|
||||
"""
|
||||
|
||||
import logging
|
||||
import os
|
||||
|
||||
|
|
@ -21,6 +22,7 @@ from common.utils import unwrap
|
|||
RICH_CONSOLE = Console()
|
||||
LOG_LEVEL = os.getenv("TABBY_LOG_LEVEL", "INFO")
|
||||
|
||||
|
||||
def get_loading_progress_bar():
|
||||
"""Gets a pre-made progress bar for loading tasks."""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue