Skip to content

Commit

Permalink
Rename model, remove device in name
Browse files Browse the repository at this point in the history
  • Loading branch information
diitaz93 committed May 17, 2024
1 parent 12f73ab commit 3535105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg/store/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ class RunDevice(Base):
}


class IlluminaFlowCellDevice(RunDevice):
class IlluminaFlowCell(RunDevice):
"""Model for storing Illumina flow cells."""

__tablename__ = "illumina_flow_cell"
Expand Down

0 comments on commit 3535105

Please sign in to comment.