Skip to content

Commit

Permalink
Update molecule.py
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab authored Jul 25, 2024
1 parent 65d93b0 commit 4916c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qcelemental/models/molecule.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
from pydantic import ConstrainedFloat, ConstrainedInt, Field, constr, validator

try:
# purely for docs-build. not required except for Molecule.show()
import nglview
except ModuleNotFoundError:
# import is purely for forward reference for docs-build. import is not required except for Molecule.show()
pass

# molparse imports separated b/c https://github.com/python/mypy/issues/7203
Expand Down

0 comments on commit 4916c7b

Please sign in to comment.