Skip to content

Commit

Permalink
removes filter on reagent
Browse files Browse the repository at this point in the history
  • Loading branch information
mekhlakapoor committed Jan 7, 2025
1 parent 39ec681 commit a31b055
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/aind_slims_api/models/histology.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ class SlimsReagentContent(SlimsBaseModel):
None, serialization_alias="cntn_fk_source", validation_alias="cntn_fk_source"
)
_slims_table = "Content"
_base_fetch_filters: ClassVar[dict[str, str]] = {
"cntp_name": "EasyIndex",
}


class SlimsSource(SlimsBaseModel):
Expand Down

0 comments on commit a31b055

Please sign in to comment.