Skip to content
Snippets Groups Projects
Commit 772bbbd1 authored by Jan David Mol's avatar Jan David Mol
Browse files

Fix linting after introducing a merge error during rebase

parent 4789800b
No related branches found
No related tags found
No related merge requests found
...@@ -110,7 +110,6 @@ class ObservationControl(lofar_device): ...@@ -110,7 +110,6 @@ class ObservationControl(lofar_device):
VALIDATOR = Draft7Validator(OBSERVATION_SETTINGS_SCHEMA, format_checker=FormatChecker()) VALIDATOR = Draft7Validator(OBSERVATION_SETTINGS_SCHEMA, format_checker=FormatChecker())
# Attributes # Attributes
version_R = attribute(dtype = str, access = AttrWriteType.READ, fget = lambda self: version)
running_observations_R = attribute(dtype = (numpy.int64, ), access = AttrWriteType.READ) running_observations_R = attribute(dtype = (numpy.int64, ), access = AttrWriteType.READ)
# Core functions # Core functions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment