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