From e9c9029fc4123dba2934c4682292710d3b50e2fb Mon Sep 17 00:00:00 2001 From: Esben Jannik Bjerrum <12825511+EBjerrum@users.noreply.github.com> Date: Thu, 9 Jan 2025 15:19:16 +0100 Subject: [PATCH] Update __init__.py --- scikit_mol/fingerprints/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scikit_mol/fingerprints/__init__.py b/scikit_mol/fingerprints/__init__.py index 9385d18..ea4135c 100644 --- a/scikit_mol/fingerprints/__init__.py +++ b/scikit_mol/fingerprints/__init__.py @@ -1,6 +1,6 @@ -# TODO, for backwards compatibility with tests, needs to be removed from .atompair import AtomPairFingerprintTransformer from .avalon import AvalonFingerprintTransformer +# TODO, these baseclasses needed for backwards compatibility with tests, needs to be removed when tests updated from .baseclasses import ( FpsGeneratorTransformer, FpsTransformer,