Skip to content

Commit 88d9a43

Browse files
authored
chore: remove (ms) annotation in title for exposure_unit (#1554)
* chore: remove inaccurate unit in title * fix: remove default for unit * Revert "fix: remove default for unit" This reverts commit f275fb1.
1 parent 442c8cf commit 88d9a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aind_data_schema/components/configs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class DeviceConfig(DataModel):
108108
class DetectorConfig(DeviceConfig):
109109
"""Configuration of detector settings"""
110110

111-
exposure_time: float = Field(..., title="Exposure time (ms)")
111+
exposure_time: float = Field(..., title="Exposure time")
112112
exposure_time_unit: TimeUnit = Field(default=TimeUnit.MS, title="Exposure time unit")
113113
trigger_type: TriggerType = Field(..., title="Trigger type")
114114

0 commit comments

Comments
 (0)