From 5c02d09a7a903ab6267666c1a349bbac519acf01 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Tue, 16 Dec 2025 14:06:09 -0800 Subject: [PATCH] flake8 --- pycmx/edit_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycmx/edit_list.py b/pycmx/edit_list.py index d92a654..9ffa298 100644 --- a/pycmx/edit_list.py +++ b/pycmx/edit_list.py @@ -1,7 +1,7 @@ # 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