Skip to content
Snippets Groups Projects
Commit 64f09e4a authored by Taya Snijder's avatar Taya Snijder
Browse files

L2SS-1204 more Formatting fixes...

parent be8752f2
No related branches found
No related tags found
1 merge request!549L2SS-1204 added station state stubs for the StationManager
...@@ -34,7 +34,6 @@ class StationState(Enum): ...@@ -34,7 +34,6 @@ class StationState(Enum):
@device_logging_to_python() @device_logging_to_python()
class StationManager(LOFARDevice): class StationManager(LOFARDevice):
# Contains which transitions are allowed for a given states # Contains which transitions are allowed for a given states
ALLOWED_TRANSITIONS = { ALLOWED_TRANSITIONS = {
StationState.OFF: [StationState.HIBERNATE], StationState.OFF: [StationState.HIBERNATE],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment