Commit pre-refactor for code cleanup.

This commit is contained in:
Landon Wark
2023-02-10 10:22:39 -06:00
parent c3db706e7c
commit a9ce9514fc
11 changed files with 400 additions and 272 deletions

View File

@@ -78,7 +78,7 @@ class Reagent(Base):
Returns:
str: string representing this object's lot number
"""
return self.lot
return str(self.lot)
def to_sub_dict(self) -> dict:
"""