From d32536443b492bb763569e19b56d597bf00d9db2 Mon Sep 17 00:00:00 2001 From: Denny-g6labs <159050550+Denny-g6labs@users.noreply.github.com> Date: Sun, 25 Jan 2026 15:15:53 +0100 Subject: [PATCH] Remove tools `__init__` imports, so we can import the validator without needing `pandas` --- pyiso20022/tools/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyiso20022/tools/__init__.py b/pyiso20022/tools/__init__.py index df57bf9..8b13789 100644 --- a/pyiso20022/tools/__init__.py +++ b/pyiso20022/tools/__init__.py @@ -1,4 +1 @@ -from pyiso20022.tools.camt053_extract import camt053_to_excel -from pyiso20022.tools.camt053_extract import camt053_to_df -__all__ = [camt053_to_excel, camt053_to_df]