From ebddc46bc0c379d1d4f6acaec08a2a43d79ccdf2 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 24 May 2017 14:22:37 -0400 Subject: [PATCH] PEP8 fix --- netbox/utilities/tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/netbox/utilities/tests.py b/netbox/utilities/tests.py index 3c7f51eba..d40202842 100644 --- a/netbox/utilities/tests.py +++ b/netbox/utilities/tests.py @@ -1,5 +1,6 @@ from __future__ import unicode_literals + class HttpStatusMixin(object): """ Custom mixin to provide more detail in the event of an unexpected HTTP response.