From 5897a6f5af4bbe154c8f15bddbae568eedaa5365 Mon Sep 17 00:00:00 2001
From: Erik Reid <erik.reid@geant.org>
Date: Wed, 9 Jan 2019 16:19:59 +0100
Subject: [PATCH] pep8

---
 test/test_classifier_routes.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/test_classifier_routes.py b/test/test_classifier_routes.py
index 08e46393..3d98a2fc 100644
--- a/test/test_classifier_routes.py
+++ b/test/test_classifier_routes.py
@@ -57,4 +57,3 @@ def test_juniper_addresses(mocker, client):
     jsonschema.validate(response_data, response_schema)
     assert len(response_data) == len(test_data)
     assert set([x['ip_address'] for x in test_data]) == set(response_data)
-
-- 
GitLab