From 09e1f18435f8d1d67a6fa029aead9d96dd4bb6b5 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):