From cc07efef24fbeff132fe49f463d8b004b1e1304e Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Tue, 16 Dec 2025 14:03:02 -0800 Subject: [PATCH] flake8 --- pycmx/edit_list.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pycmx/edit_list.py b/pycmx/edit_list.py index 3021d85..ea91537 100644 --- a/pycmx/edit_list.py +++ b/pycmx/edit_list.py @@ -1,9 +1,7 @@ # pycmx # (c) 2018-2025 Jamie Hardt -from pycmx.statements import StmtTitle -from .parse_cmx_statements import ( - StmtUnrecognized, StmtEvent, StmtSourceUMID) +from pycmx.statements import StmtTitle, StmtEvent, StmtUnrecognized from .event import Event from .channel_map import ChannelMap