Skip to content

Commit

Permalink
Make Channel.window optional, in lib_ngff.py (close #547)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Oct 3, 2023
1 parent 457fa10 commit a8b9235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fractal_tasks_core/lib_ngff.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Channel(BaseModel):
See https://ngff.openmicroscopy.org/0.4/#omero-md.
"""

window: Window
window: Optional[Window] = None
label: Optional[str] = None
family: Optional[str] = None
color: str
Expand Down

0 comments on commit a8b9235

Please sign in to comment.