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
1 changed files with 1 additions and 1 deletions

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__)