forked from mirrors/thatmattlove-hyperglass
fix import formatting
This commit is contained in:
parent
3b1cedf552
commit
bccc07cc99
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ from pathlib import Path
|
|||
|
||||
# Project
|
||||
from hyperglass.log import log
|
||||
from hyperglass.util import copyfiles, check_path, dotenv_to_dict, move_files
|
||||
from hyperglass.util import copyfiles, check_path, move_files, dotenv_to_dict
|
||||
|
||||
if t.TYPE_CHECKING:
|
||||
# Project
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
"""Start hyperglass."""
|
||||
|
||||
# Standard Library
|
||||
import asyncio
|
||||
import sys
|
||||
import typing as t
|
||||
import asyncio
|
||||
import logging
|
||||
|
||||
# Third Party
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue