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