properly order imports
This commit is contained in:
parent
e90ead3b35
commit
031349133b
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue