Skip to content

Commit

Permalink
PEP8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Sep 13, 2016
1 parent cbfdd5d commit 9591fb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions netbox/ipam/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
FORM_PREFIX_STATUS_CHOICES = (('', '---------'),) + PREFIX_STATUS_CHOICES
FORM_VLAN_STATUS_CHOICES = (('', '---------'),) + VLAN_STATUS_CHOICES
IP_FAMILY_CHOICES = [
('', 'All'),
(4, 'IPv4'),
(6, 'IPv6'),
]
('', 'All'),
(4, 'IPv4'),
(6, 'IPv6'),
]


def bulkedit_vrf_choices():
Expand Down

0 comments on commit 9591fb9

Please sign in to comment.