Skip to content

Commit

Permalink
Reduce the import path to the loop tool (#17)
Browse files Browse the repository at this point in the history
* eliminate repititive imports of the loopTool.

* run black.
  • Loading branch information
k1nshuk authored Nov 21, 2024
1 parent f7e90b3 commit 1d15e32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/parameter_sweep/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
DifferentialParameterSweep,
)

from parameter_sweep.loop_tool import loopTool

# TODO: should this be removed?
import numpy as _np

Expand Down
1 change: 1 addition & 0 deletions src/parameter_sweep/loop_tool/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .loop_tool import loopTool

0 comments on commit 1d15e32

Please sign in to comment.