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:
parent
cb9e673a68
commit
1738b541e8
@ -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__)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user