mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-15 00:07:28 +00:00
ruff
This commit is contained in:
@@ -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."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user