Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EBjerrum authored Jan 9, 2025
1 parent ef6edb4 commit e9c9029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scikit_mol/fingerprints/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TODO, for backwards compatibility with tests, needs to be removed
from .atompair import AtomPairFingerprintTransformer

Check failure on line 1 in scikit_mol/fingerprints/__init__.py

View workflow job for this annotation

GitHub Actions / ruff-checks

Would reformat
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,
Expand Down

0 comments on commit e9c9029

Please sign in to comment.