From 574b84e572c8c7e1d81a9f73a0482c67b4d0d012 Mon Sep 17 00:00:00 2001 From: dansheps Date: Thu, 24 May 2018 16:03:13 -0500 Subject: [PATCH] Fix PEP8 --- netbox/netbox/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/netbox/forms.py b/netbox/netbox/forms.py index c682c353e..5611f49f9 100644 --- a/netbox/netbox/forms.py +++ b/netbox/netbox/forms.py @@ -15,7 +15,7 @@ OBJ_TYPE_CHOICES = ( ('rack', 'Racks'), ('devicetype', 'Device types'), ('device', 'Devices'), - ('virtualchassis','Virtual Chassis'), + ('virtualchassis', 'Virtual Chassis'), )), ('IPAM', ( ('vrf', 'VRFs'),