فهرست منبع

Fix PEP8 errors

Dan Sheppard 6 سال پیش
والد
کامیت
908586c93a
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      netbox/ipam/tests/test_ordering.py

+ 2 - 1
netbox/ipam/tests/test_ordering.py

@@ -5,6 +5,7 @@ from ipam.models import IPAddress, Prefix, VRF
 
 
 import netaddr
 import netaddr
 
 
+
 class OrderingTestBase(TestCase):
 class OrderingTestBase(TestCase):
     vrfs = None
     vrfs = None
 
 
@@ -97,7 +98,7 @@ class PrefixOrderingTestCase(OrderingTestBase):
     """
     """
     This function tests a compex ordering of interwoven prefixes and vrfs.  This is the current expected ordering of VRFs
     This function tests a compex ordering of interwoven prefixes and vrfs.  This is the current expected ordering of VRFs
     This includes the testing of the Container status.
     This includes the testing of the Container status.
-    
+
     The proper ordering, to get proper containerization should be:
     The proper ordering, to get proper containerization should be:
         None:10.0.0.0/8
         None:10.0.0.0/8
         None:10.0.0.0/16
         None:10.0.0.0/16