From af815cd2e1ee9124288c9f73ef8f1254252643f3 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 6 Nov 2025 16:28:23 -0500 Subject: fix missing newlines breaking lists --- python/transform.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/transform.py') diff --git a/python/transform.py b/python/transform.py index 276b005d..2b263911 100644 --- a/python/transform.py +++ b/python/transform.py @@ -446,6 +446,7 @@ class TransformContext: transformation state, and relationships to parent/child contexts. Each context can have: + - Input data (BinaryView) - Transform information (name, parameters, results) - File selection state (available_files, requested_files) -- cgit v1.3.1