mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
Fix import sorting
This commit is contained in:
parent
ab2c7d4ced
commit
8f0163c453
1 changed files with 1 additions and 1 deletions
|
|
@ -13,6 +13,7 @@ from gunicorn.app.base import BaseApplication # type: ignore
|
|||
|
||||
# Local
|
||||
from .log import CustomGunicornLogger, log, setup_lib_logging
|
||||
from .util import get_node_version
|
||||
from .plugins import (
|
||||
InputPluginManager,
|
||||
OutputPluginManager,
|
||||
|
|
@ -20,7 +21,6 @@ from .plugins import (
|
|||
init_builtin_plugins,
|
||||
)
|
||||
from .constants import MIN_NODE_VERSION, MIN_PYTHON_VERSION, __version__
|
||||
from .util import get_node_version
|
||||
|
||||
# Ensure the Python version meets the minimum requirements.
|
||||
pretty_version = ".".join(tuple(str(v) for v in MIN_PYTHON_VERSION))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue