Skip to content

Commit

Permalink
Fix: Changed test name to avoid duplication.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres D. Molins committed Nov 28, 2023
1 parent 8ec33a1 commit 9fde908
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@


class StoredFileDb:
# hash: str = Column(String, nullable=False, primary_key=True)
#
# size: int = Column(BigInteger, nullable=False)
# type: FileType = Column(ChoiceType(FileType), nullable=False)
#
# pins: List["FilePinDb"] = relationship("FilePinDb", back_populates="file")
# tags: List["FileTagDb"] = relationship("FileTagDb", back_populates="file")
pass


Expand Down

0 comments on commit 9fde908

Please sign in to comment.