File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
src/aind_data_schema/models Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -584,6 +584,15 @@ class SchneiderKreuznach(_Organization):
584584 registry_identifier : Literal [None ] = Field (None )
585585
586586
587+ class SigmaAldritch (_Organization ):
588+ """Sigma-Aldritch"""
589+
590+ name : Literal ["Sigma-Aldritch" ] = "Sigma-Aldritch"
591+ abbreviation : Literal [None ] = Field (None )
592+ registry : Literal [None ] = Field (None )
593+ registry_identifier : Literal [None ] = Field (None )
594+
595+
587596class SimonsFoundation (_Organization ):
588597 """SimonsFoundation"""
589598
@@ -748,6 +757,7 @@ class Organization:
748757 RASPBERRYPI = RaspberryPi ()
749758 SEMROCK = Semrock ()
750759 SCHNEIDER_KREUZNACH = SchneiderKreuznach ()
760+ SIGMA = SigmaAldritch ()
751761 SIMONS = SimonsFoundation ()
752762 SPINNAKER = Spinnaker ()
753763 TAMRON = Tamron ()
You can’t perform that action at this time.
0 commit comments