From b101b8a1c6145ef831086a4c1d8c25a127817baa Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Sun, 10 Feb 2019 20:35:38 +0100 Subject: [PATCH] pep8 --- test/test_snmp_handling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_snmp_handling.py b/test/test_snmp_handling.py index d1698440..08485456 100644 --- a/test/test_snmp_handling.py +++ b/test/test_snmp_handling.py @@ -73,7 +73,7 @@ def test_snmp_interfaces(mocker, data_config, snmp_walk_responses): }, "type": "array", - "items": { + "items": { "anyOf": [ {"$ref": "#/definitions/v4ifc"}, {"$ref": "#/definitions/v6ifc"} -- GitLab