Skip to content

Commit

Permalink
run black again
Browse files Browse the repository at this point in the history
  • Loading branch information
hongquanli committed Feb 24, 2025
1 parent 7d0dc07 commit 2d2fff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/control/utils_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
from control.utils import SpotDetectionMode



class LaserAFConfig(BaseModel):
"""Pydantic model for laser autofocus configuration"""

Expand Down Expand Up @@ -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"""

Expand Down

0 comments on commit 2d2fff5

Please sign in to comment.