Skip to content

Commit de3193e

Browse files
committed
fix import
1 parent 315f49c commit de3193e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chebai_graph/preprocessing/reader/reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22

33
import chebai.preprocessing.reader as dr
4-
from chebai.preprocessing.datasets.chebi import _sanitize_molecule
4+
from chebi_utils.sdf_extractor import _sanitize_molecule
55
import networkx as nx
66
import pysmiles as ps
77
import rdkit.Chem as Chem

0 commit comments

Comments
 (0)