mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-05-01 03:31:24 +00:00
properly order imports
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
"""
|
"""
|
||||||
Internal logging utility.
|
Internal logging utility.
|
||||||
"""
|
"""
|
||||||
import os
|
|
||||||
import logging
|
import logging
|
||||||
|
import os
|
||||||
|
|
||||||
from loguru import logger
|
from loguru import logger
|
||||||
from rich.console import Console
|
from rich.console import Console
|
||||||
from rich.markup import escape
|
from rich.markup import escape
|
||||||
|
|||||||
Reference in New Issue
Block a user