Commit c0725899 authored by seyonechithrananda's avatar seyonechithrananda
Browse files

remove import from molfeaturizer init

parent e09106bd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -17,5 +17,4 @@ from deepchem.feat.molecule_featurizers.smiles_to_seq import SmilesToSeq, create
from deepchem.feat.molecule_featurizers.mol_graph_conv_featurizer import MolGraphConvFeaturizer
from deepchem.feat.molecule_featurizers.mol_graph_conv_featurizer import PagtnMolGraphFeaturizer
from deepchem.feat.molecule_featurizers.molgan_featurizer import MolGanFeaturizer
from deepchem.feat.molecule_featurizers.roberta_tokenizer import RobertaFeaturizer
from deepchem.feat.molecule_featurizers.mat_featurizer import MATFeaturizer