Skip to content

Commit 2084ce5

Browse files
committed
missed one
1 parent 924aa21 commit 2084ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aind_data_schema/device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ class Detector(Device):
548548
detector_type: DetectorType = Field(..., title="Detector Type")
549549
data_interface: DataInterface = Field(..., title="Data interface")
550550
cooling: Cooling = Field(..., title="Cooling")
551-
immersion: Optional[ImmersionMedia] = Field(None, title="Immersion")
551+
immersion: Optional[ImmersionMedium] = Field(None, title="Immersion")
552552
chroma: Optional[CameraChroma] = Field(None, title="Camera chroma")
553553
sensor_width: Optional[int] = Field(None, title="Width of the sensor in pixels")
554554
sensor_height: Optional[int] = Field(None, title="Height of the sensor in pixels")

0 commit comments

Comments
 (0)