From 470d22c8354e971c64e5a41af65314527ea149c0 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 5 Oct 2018 15:36:48 -0400 Subject: [PATCH] PEP8 fix --- netbox/ipam/tests/test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/ipam/tests/test_api.py b/netbox/ipam/tests/test_api.py index 032d96d09..67b7e123e 100644 --- a/netbox/ipam/tests/test_api.py +++ b/netbox/ipam/tests/test_api.py @@ -245,7 +245,7 @@ class AggregateTest(APITestCase): self.assertEqual( sorted(response.data['results'][0]), - ['family', 'id', 'prefix','url'] + ['family', 'id', 'prefix', 'url'] ) def test_create_aggregate(self):