1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2024-11-14 15:57:17 +00:00

Remove unnecessary newlines

This commit is contained in:
Kristóf Tóth 2019-07-24 16:33:21 +02:00
parent 9095a9f85a
commit 27cc80d36c
3 changed files with 0 additions and 3 deletions

View File

@ -5,7 +5,6 @@ from tfw.components.frontend import MessageSender
from tfw.components.terminal import TerminalCommandsHandler
from tfw.main import TFWUplinkConnector
LOG = logging.getLogger(__name__)

View File

@ -18,7 +18,6 @@ from tfw.config import TFWENV, TAOENV
from custom_handlers import CenatorHandler, TestCommandsHandler, messageFSMStepsHandler
LOG = logging.getLogger(__name__)

View File

@ -8,7 +8,6 @@ from tfw.config import TFWENV
from tfw.logging import Log, Logger, LogFormatter, VerboseLogFormatter
from tfw.main import EventHandlerFactory, setup_signal_handlers
LOG = logging.getLogger(__name__)