Skip to content

Commit

Permalink
Remove unused import of micro simulations (#83)
Browse files Browse the repository at this point in the history
Co-authored-by: Torben Schiz <[email protected]>
  • Loading branch information
tjwsch and Torben Schiz authored Mar 14, 2024
1 parent e7db6f3 commit e0794f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion micro_manager/micro_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def __init__(self, config_file: str) -> None:
self._size)

micro_file_name = self._config.get_micro_file_name()
self._micro_problem = getattr(__import__(micro_file_name, fromlist=["MicroSimulation"]), "MicroSimulation")

self._macro_mesh_name = self._config.get_macro_mesh_name()

Expand Down

0 comments on commit e0794f3

Please sign in to comment.