Skip to content

Commit

Permalink
Remove unused import of micro simulations
Browse files Browse the repository at this point in the history
  • Loading branch information
Torben Schiz committed Mar 12, 2024
1 parent e75b541 commit 3bf4312
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 @@ -71,7 +71,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 3bf4312

Please sign in to comment.