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

linting...

parent d9b6b504
No related branches found
No related tags found
1 merge request!288Resolve L2SS-446 "Extend snmp client to support mib files"
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment