From 426ae56127d14cac429ca4a9d54d96b50838a36b Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Mon, 6 Dec 2021 16:33:42 +0100 Subject: [PATCH] L2SS-478: Class must at least have one statement --- tangostationcontrol/tangostationcontrol/devices/beam.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tangostationcontrol/tangostationcontrol/devices/beam.py b/tangostationcontrol/tangostationcontrol/devices/beam.py index 575e667e0..1711a8a89 100644 --- a/tangostationcontrol/tangostationcontrol/devices/beam.py +++ b/tangostationcontrol/tangostationcontrol/devices/beam.py @@ -31,6 +31,8 @@ class Beam(lofar_device): # Attributes # ---------- + pass + # -------- # overloaded functions # -------- -- GitLab