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

style improvements

This commit is contained in:
checktheroads
2020-02-03 02:35:11 -07:00
parent 7ff8fa317d
commit edf0803a62
34 changed files with 250 additions and 266 deletions

View File

@@ -36,22 +36,20 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
"""
# Standard Library
# Standard Library Imports
import sys
from datetime import datetime
# Third Party
import uvloop
# Third Party Imports
import stackprinter
import uvloop
# Project
# Project Imports
# flake8: noqa: F401
from hyperglass import api
from hyperglass import configuration
from hyperglass import constants
from hyperglass import exceptions
from hyperglass import execution
from hyperglass import util
from hyperglass import api, util, constants, execution, exceptions, configuration
stackprinter.set_excepthook()