From f25422d9fd48a7aa5acb2ab10392c92771191391 Mon Sep 17 00:00:00 2001
From: thijs snijder <snijder@astron.nl>
Date: Wed, 6 Apr 2022 16:14:34 +0200
Subject: [PATCH] linting...

---
 tangostationcontrol/tangostationcontrol/devices/snmp_device.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tangostationcontrol/tangostationcontrol/devices/snmp_device.py b/tangostationcontrol/tangostationcontrol/devices/snmp_device.py
index fa371444c..c74f51661 100644
--- a/tangostationcontrol/tangostationcontrol/devices/snmp_device.py
+++ b/tangostationcontrol/tangostationcontrol/devices/snmp_device.py
@@ -20,8 +20,6 @@ from tangostationcontrol.clients.snmp_client import SNMP_client, mib_loader
 from tangostationcontrol.clients.attribute_wrapper import attribute_wrapper
 from tangostationcontrol.devices.lofar_device import lofar_device
 
-import os
-
 import numpy
 
 import logging
@@ -75,7 +73,6 @@ class SNMP(lofar_device):
     # ----------
 
     # example attributes. mib and name mandatory and index optional.
-    # will return a
 
     # Reads from a table and returns an array of table entries 1 to 10 (note, tables require an index key and start at 1)
     test_attr1_R = attribute_wrapper(comms_annotation={"mib": "TEST-MIB", "name": "test_attr1", "index": 1}, dims=(10,), datatype=numpy.str)
-- 
GitLab