From 772bbbd12918da9574cde41893a60ba28781bff4 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Wed, 27 Jul 2022 16:10:10 +0200
Subject: [PATCH] Fix linting after introducing a merge error during rebase

---
 .../tangostationcontrol/devices/observation_control.py           | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tangostationcontrol/tangostationcontrol/devices/observation_control.py b/tangostationcontrol/tangostationcontrol/devices/observation_control.py
index a2521d451..2b7b6690b 100644
--- a/tangostationcontrol/tangostationcontrol/devices/observation_control.py
+++ b/tangostationcontrol/tangostationcontrol/devices/observation_control.py
@@ -110,7 +110,6 @@ class ObservationControl(lofar_device):
     VALIDATOR = Draft7Validator(OBSERVATION_SETTINGS_SCHEMA, format_checker=FormatChecker())
 
     # Attributes
-    version_R = attribute(dtype = str, access = AttrWriteType.READ, fget = lambda self: version)
     running_observations_R = attribute(dtype = (numpy.int64, ), access = AttrWriteType.READ)
 
     # Core functions
-- 
GitLab