Skip to content

Commit

Permalink
remove more unused models
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrOertlin committed Apr 3, 2024
1 parent ede1b8b commit 65d47ac
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions genotype_api/dto/dto.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
from pydantic import constr


from genotype_api.database import models


class SNPRead(models.SNPBase):
id: constr(max_length=32)


class PlateCreate(models.PlateBase):
analyses: list[models.Analysis] | None = []

0 comments on commit 65d47ac

Please sign in to comment.