Browse Source

removed blank line

John Anderson 7 năm trước cách đây
mục cha
commit
fc41359df6
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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
         )
 
-
     def test_cable_creation(self):
         """
         When a new Cable is created, it must be cached on either termination point.