From d0d30702ac954cab9d35397e059c9e1124a279c8 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Tue, 16 Dec 2025 14:04:47 -0800 Subject: [PATCH] flake8 --- pycmx/edit_list.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pycmx/edit_list.py b/pycmx/edit_list.py index ea91537..d92a654 100644 --- a/pycmx/edit_list.py +++ b/pycmx/edit_list.py @@ -1,7 +1,8 @@ # pycmx # (c) 2018-2025 Jamie Hardt -from pycmx.statements import StmtTitle, StmtEvent, StmtUnrecognized +from pycmx.statements import (StmtTitle, StmtEvent, StmtUnrecognized, + StmtSourceUMID) from .event import Event from .channel_map import ChannelMap