1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

fix import positioning

This commit is contained in:
checktheroads
2020-01-16 02:42:53 -07:00
parent db24154410
commit 886ef28f17

View File

@@ -46,10 +46,10 @@ import uvloop
# Project Imports # Project Imports
# flake8: noqa: F401 # flake8: noqa: F401
from hyperglass import execution
from hyperglass import configuration from hyperglass import configuration
from hyperglass import constants from hyperglass import constants
from hyperglass import exceptions from hyperglass import exceptions
from hyperglass import execution
from hyperglass import render from hyperglass import render
from hyperglass import util from hyperglass import util