mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-09 00:58:16 -06:00
PEP8 line fixes
This commit is contained in:
parent
880d9f1713
commit
77af51c4b5
@ -1360,6 +1360,7 @@ class ConsoleServerPort(models.Model):
|
|||||||
device_type.manufacturer, device_type
|
device_type.manufacturer, device_type
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Power ports
|
# Power ports
|
||||||
#
|
#
|
||||||
|
@ -9,7 +9,6 @@ from ipam.models import IP_PROTOCOL_TCP
|
|||||||
from dcim.models import Manufacturer, DeviceType, Device, Site, DeviceRole
|
from dcim.models import Manufacturer, DeviceType, Device, Site, DeviceRole
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class TestPrefix(TestCase):
|
class TestPrefix(TestCase):
|
||||||
|
|
||||||
@override_settings(ENFORCE_GLOBAL_UNIQUE=False)
|
@override_settings(ENFORCE_GLOBAL_UNIQUE=False)
|
||||||
|
Loading…
Reference in New Issue
Block a user