Skip to content

Commit dccf1bd

Browse files
committed
Update mri_session.py
1 parent 7bfe8f7 commit dccf1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aind_data_schema/core/mri_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def validate_other(cls, value: Optional[str], info: ValidationInfo) -> Optional[
8181
@model_validator(mode="after")
8282
def validate_primary_scan(self):
8383
"""Validate that primary scan has vc_orientation and vc_position fields"""
84-
84+
8585
if self.primary_scan:
8686
if not self.vc_orientation or not self.vc_position:
8787
raise ValueError("Primary scan must have vc_orientation and vc_position")

0 commit comments

Comments
 (0)