Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephParsons committed Jul 3, 2024
1 parent 167cb25 commit 2b3759a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions python/lsst/ts/xml/enums/MTReflector.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ class MTReflectorStatus(enum.IntEnum):
"""An enumeration class for handling the MTReflectorStatus's substates.
These enumerations listed here correspond to the ones found in the
detailedState enum located in ts_xml under the MTReflectorStatus folder within
the MTReflectorStatus_Events.xml.
detailedState enum located in ts_xml under the MTReflectorStatus
folder within the MTReflectorStatus_Events.xml.
Attributes
----------
CONNECTED: `int`
Corresponds to the state when labjack/network controller is connected
Corresponds to the state when labjack controller is connected
DISCONNECTED: `int`
Corresponds to the state when labjack/network controller is disconnected
Corresponds to the state when labjack controller is disconnected
UNKNOWN : `int`
Corresponds to the state when labjack/network controller state is not known
Corresponds to the state when labjack controller state is not known
CONNECTION_ERROR : `int`
Corresponds to the state when labjack/network controller has errored
Corresponds to the state when labjack controller has errored
"""

Expand Down

0 comments on commit 2b3759a

Please sign in to comment.