From 36d99ad88aed9889c741f34bddd045405a68369b Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 6 Nov 2025 16:36:05 -0500 Subject: improved indentation and update formatting detection --- python/transform.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'python/transform.py') diff --git a/python/transform.py b/python/transform.py index 2b263911..9512b24b 100644 --- a/python/transform.py +++ b/python/transform.py @@ -447,11 +447,11 @@ class TransformContext: Each context can have: - - Input data (BinaryView) - - Transform information (name, parameters, results) - - File selection state (available_files, requested_files) - - Parent/child relationships for nested containers - - Extraction status and error messages + - Input data (BinaryView) + - Transform information (name, parameters, results) + - File selection state (available_files, requested_files) + - Parent/child relationships for nested containers + - Extraction status and error messages Contexts are typically accessed through a ``TransformSession`` rather than created directly. -- cgit v1.3.1