From 3dbec72822c031c4149fc442f0799fb7ae012e8c Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Fri, 21 Aug 2020 13:50:04 +0200 Subject: [PATCH] pep8 --- test/data/check-snmp-agent-configs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/data/check-snmp-agent-configs.py b/test/data/check-snmp-agent-configs.py index b080cb60..c371908e 100644 --- a/test/data/check-snmp-agent-configs.py +++ b/test/data/check-snmp-agent-configs.py @@ -26,6 +26,7 @@ COLLECTORS = [ # 'test-poller-sensu-agent02.geant.org' # ] + def v4_address(hostname): for a in socket.getaddrinfo(hostname, None): (family, type, proto, canonname, sockaddr) = a -- GitLab