John Anderson 7 лет назад
Родитель
Сommit
fc41359df6
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      netbox/dcim/tests/test_models.py

+ 0 - 1
netbox/dcim/tests/test_models.py

@@ -183,7 +183,6 @@ class CableTestCase(TestCase):
             device=self.patch_pannel, name='F1', type=1000, rear_port=self.rear_port
             device=self.patch_pannel, name='F1', type=1000, rear_port=self.rear_port
         )
         )
 
 
-
     def test_cable_creation(self):
     def test_cable_creation(self):
         """
         """
         When a new Cable is created, it must be cached on either termination point.
         When a new Cable is created, it must be cached on either termination point.