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
|
# Project
|
||||||
from hyperglass.log import log
|
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:
|
if t.TYPE_CHECKING:
|
||||||
# Project
|
# Project
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
"""Start hyperglass."""
|
"""Start hyperglass."""
|
||||||
|
|
||||||
# Standard Library
|
# Standard Library
|
||||||
import asyncio
|
|
||||||
import sys
|
import sys
|
||||||
import typing as t
|
import typing as t
|
||||||
|
import asyncio
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
# Third Party
|
# Third Party
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue