Skip to content

Commit

Permalink
fix: typo in SequencingRunResults model repr
Browse files Browse the repository at this point in the history
  • Loading branch information
alubbock committed Nov 26, 2024
1 parent d2413c1 commit c2c46d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/antigenapi/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class Meta: # noqa: D106
]

def __str__(self): # noqa: D105
return f"SeqencingRunResults {self.pk}"
return f"SequencingRunResults {self.pk}"


class Nanobody(Model):
Expand Down

0 comments on commit c2c46d9

Please sign in to comment.