Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
parfa30 committed Sep 6, 2024
1 parent c457e0a commit c4379b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/lsst/ts/xml/enums/TunableLaser.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class LaserDetailedState(enum.IntEnum):
PROPAGATING_CONTINUOUS_MODE = 3
PROPAGATING_BURST_MODE = 4


class OpticalConfiguration(enum.StrEnum):
"""Configuration of the optical output
Expand Down Expand Up @@ -56,6 +57,7 @@ class OpticalConfiguration(enum.StrEnum):
F1_NO_SCU = "F1 No SCU"
F2_NO_SCU = "F2 No SCU"


class LaserErrorCode(enum.IntEnum):
"""Laser error codes"""

Expand Down

0 comments on commit c4379b0

Please sign in to comment.