Apply suggestions from code review of branch jpeg-capture-in-stacking

Co-authored-by: Beth Probert <beth_probert@outlook.com>
This commit is contained in:
Julian Stirling 2025-06-25 14:22:01 +00:00
parent 2d49bf2061
commit 0933ece63a
8 changed files with 43 additions and 15 deletions

View file

@ -31,6 +31,8 @@ class JPEGBlob(Blob):
class PNGBlob(Blob):
"""A class representing a PNG image as a LabThings FastAPI Blob"""
media_type: str = "image/png"