Skip to content

Commit

Permalink
remove break
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Oct 17, 2023
1 parent 8634e7b commit 5c53613
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nd2/structures.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,6 @@ def _from_meta_dict(cls, val: dict) -> ROI:
if _lower0(k) in RoiInfo.__annotations__
}
)
breakpoint()
return cls(
id=val["Id"],
info=info,
Expand Down

0 comments on commit 5c53613

Please sign in to comment.