Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
saskiad committed Jan 9, 2025
1 parent b7dd211 commit f311564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aind_data_schema/components/tile.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Channel(AindModel):

channel_name: str = Field(..., title="Channel")
intended_measurement: Optional[str] = Field(default=None, title="Intended measurement",
description="What signal is this channel measuring")
description="What signal is this channel measuring")
light_source_name: str = Field(..., title="Light source name", description="Must match device name")
filter_names: List[str] = Field(..., title="Filter names", description="Must match device names")
detector_name: str = Field(..., title="Detector name", description="Must match device name")
Expand Down

0 comments on commit f311564

Please sign in to comment.