Skip to content

Commit

Permalink
Merge pull request #309 from TheoChem-VU/308-cant-import-pathfunc-fro…
Browse files Browse the repository at this point in the history
…m-tcutility

`pathfunc` is now importable from `tcutility` directly
  • Loading branch information
SiebeLeDe authored Sep 2, 2024
2 parents ae785bc + 73608e6 commit b3dab04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/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 constants, formula, geometry, log, molecule, results, slurm, data, analysis, report # noqa: F401, E402
from tcutility import constants, formula, geometry, log, molecule, results, slurm, data, analysis, report, pathfunc # noqa: F401, E402

0 comments on commit b3dab04

Please sign in to comment.