Skip to content

Commit

Permalink
Merge pull request #78 from TheoChem-VU/77-missing-import-for-geometr…
Browse files Browse the repository at this point in the history
…y-module

Added geometry module to imports in __init__.py
  • Loading branch information
YHordijk authored Jan 9, 2024
2 parents 7cc9aa1 + 6258278 commit 8150a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TCutility/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ def ensure_2d(x, transposed=False):
return x


from TCutility import analysis, results, constants, log, molecule, formula # noqa: F401, E402
from TCutility import analysis, results, constants, log, molecule, formula, geometry # noqa: F401, E402

0 comments on commit 8150a44

Please sign in to comment.