Commit 2ec6a78a authored by nd-02110114's avatar nd-02110114
Browse files

🚨 fix lint

parent cd7abbee
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@ import numpy as np
import multiprocessing
from typing import Any, Dict, List, Iterable, Sequence, Tuple, Union


from deepchem.utils import get_print_threshold
from deepchem.utils.typing import PymatgenStructure

+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ class OneHotFeaturizer(MolecularFeaturizer):
  This featurizer encodes SMILES string as a one-hot array.

  Notes
  ----
  -----
  This class requires RDKit to be installed.
  """