Skip to content

Commit

Permalink
Fix class name
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Nov 22, 2024
1 parent 55c70ba commit fbf9231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ome_zarr_models/v04/plate.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"AcquisitionInPlate",
"AcquisitionInPlate",
"ColumnInPlate",
"c",
"WellInPlate",
"RowInPlate",
"Plate",
"NgffPlateMeta",
Expand Down Expand Up @@ -36,7 +36,7 @@ class AcquisitionInPlate(Base):
)


class c(Base):
class WellInPlate(Base):
"""
Model for an element of `Plate.wells`.
Expand Down

0 comments on commit fbf9231

Please sign in to comment.