From acc59a9da51c21da3055055451c0b7458a90e423 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'),