From 2d2fff54ba999ea01a31b65e698767ca70fc4ffb Mon Sep 17 00:00:00 2001 From: Hongquan Li Date: Sun, 23 Feb 2025 21:45:43 -0800 Subject: [PATCH] run black again --- software/control/utils_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/control/utils_config.py b/software/control/utils_config.py index c00b2c02..71cc8ccd 100644 --- a/software/control/utils_config.py +++ b/software/control/utils_config.py @@ -25,7 +25,6 @@ from control.utils import SpotDetectionMode - class LaserAFConfig(BaseModel): """Pydantic model for laser autofocus configuration""" @@ -71,6 +70,7 @@ def model_dump(self, serialize=False, **kwargs): data["spot_detection_mode"] = data["spot_detection_mode"].value return data + class ChannelMode(BaseXmlModel, tag="mode"): """Channel configuration model"""