1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2024-11-12 19:27:17 +00:00

Comply import order conventions

This commit is contained in:
Kristóf Tóth 2018-06-06 20:36:21 +02:00
parent cb9e673a68
commit 1738b541e8

View File

@ -2,10 +2,10 @@ from functools import partial
from tornado.ioloop import IOLoop
from test_fsm import TestFSM
from tfw.networking import TFWServer
from tfw.config import TFWENV
from tfw.config.logs import logging
from test_fsm import TestFSM
LOG = logging.getLogger(__name__)