Skip to content

Commit 0eee5f7

Browse files
authored
fix: remove tamoxifen induction procedure (#298)
This is a breaking change, but it has apparently never been used
1 parent d064888 commit 0eee5f7

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/aind_data_schema_models/_generators/models/specimen_procedure_types.csv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ Sectioning
1616
Soak
1717
Storage
1818
Stripping
19-
Tamoxifen induction

src/aind_data_schema_models/specimen_procedure_types.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ class SpecimenProcedureType(str, Enum):
2323
SOAK = "Soak"
2424
STORAGE = "Storage"
2525
STRIPPING = "Stripping"
26-
TAMOXIFEN_INDUCTION = "Tamoxifen induction"

0 commit comments

Comments
 (0)