Commit 24f4ef58 authored by nd-02110114's avatar nd-02110114
Browse files

🐛 fix bug

parent 40b2ff42
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ class AtomicCoordinates(MolecularFeaturizer):
    Parameters
    ----------
    use_bohr: bool, optional (default False)
      Whether to uss bohr or angstrom as a coordinate unit.
      Whether to use bohr or angstrom as a coordinate unit.
    """
    try:
      from rdkit import Chem  # noqa