From 9f85c07965b813f69d63be992b1ef20eb209ed25 Mon Sep 17 00:00:00 2001 From: appleb_m Date: Fri, 12 Dec 2025 14:35:10 +0100 Subject: [PATCH] models: bug where sample_id and attach_image where twice follwoign rework --- common/src/aaredaqlib/models.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/common/src/aaredaqlib/models.py b/common/src/aaredaqlib/models.py index a2fbd8bb..aa10ea66 100644 --- a/common/src/aaredaqlib/models.py +++ b/common/src/aaredaqlib/models.py @@ -777,6 +777,4 @@ class ScanResultPayloadModel(BaseModel): sample_id: int attach_image: bool = True beam_mark_pxl: tuple[float, float] - beam_size_mm: Annotated[Coordinate, AfterValidator(positive_coords)] - attach_image: bool = True - sample_id: int \ No newline at end of file + beam_size_mm: Annotated[Coordinate, AfterValidator(positive_coords)] \ No newline at end of file