Remove unused handler import

This commit is contained in:
Kristóf Tóth 2019-08-15 14:21:41 +02:00
parent 32bab90ac7
commit 419a694597
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ from tfw.components.ide import IdeHandler
from tfw.components.terminal import TerminalHandler
from tfw.components.frontend import FrontendHandler
from tfw.components.process_management import ProcessHandler, ProcessLogHandler
from tfw.components.snapshots import SnapshotHandler
from tfw.components.fsm import FSMHandler
from tfw.main import EventHandlerFactory, setup_signal_handlers
from tfw.logging import Log, Logger, LogFormatter, VerboseLogFormatter