mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-25 01:48:38 -06:00
PEP8 fix
This commit is contained in:
parent
cbfdd5dbd1
commit
9591fb9330
@ -18,7 +18,7 @@ IP_FAMILY_CHOICES = [
|
|||||||
('', 'All'),
|
('', 'All'),
|
||||||
(4, 'IPv4'),
|
(4, 'IPv4'),
|
||||||
(6, 'IPv6'),
|
(6, 'IPv6'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
def bulkedit_vrf_choices():
|
def bulkedit_vrf_choices():
|
||||||
|
Loading…
Reference in New Issue
Block a user