1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fix PEP8 errors

This commit is contained in:
Dan Sheppard
2020-02-11 18:21:58 -06:00
parent ca795f729f
commit 908586c93a

View File

@ -5,6 +5,7 @@ from ipam.models import IPAddress, Prefix, VRF
import netaddr
class OrderingTestBase(TestCase):
vrfs = None