Skip to content

Commit

Permalink
new linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Costin committed Jan 22, 2024
1 parent 80eea86 commit 6434c67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mxcubecore/HardwareObjects/TangoShutter.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
__copyright__ = """ Copyright © 2023 by the MXCuBE collaboration """
__license__ = "LGPLv3+"


@unique
class TangoShutterStates(Enum):
"""Shutter states definitions."""
Expand All @@ -58,6 +59,7 @@ class TangoShutterStates(Enum):
UNKNOWN = HardwareObjectState.UNKNOWN, "RUNNING"
FAULT = HardwareObjectState.WARNING, "FAULT"


class TangoShutter(AbstractShutter):
"""TANGO implementation of AbstractShutter"""

Expand Down

0 comments on commit 6434c67

Please sign in to comment.