Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaanDesai committed Oct 13, 2023
1 parent 9e2fc8d commit 01d9bf5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion micro_manager/micro_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ def get_global_id(self) -> int:
return self._global_id

def set_global_id(self, global_id) -> None:
# TODO: Simulation objects have been initialized with a global ID, which we can no longer change, so change global ID here is problematic and will create a mismatch
# TODO: Simulation objects have been initialized with a global ID, which
# we can no longer change, so change global ID here is problematic and
# will create a mismatch.
self._global_id = global_id

return Simulation

0 comments on commit 01d9bf5

Please sign in to comment.