PEP8 line fixes

This commit is contained in:
John Anderson 2018-07-02 01:21:16 -04:00
parent 880d9f1713
commit 77af51c4b5
3 changed files with 3 additions and 3 deletions

View File

@ -1360,6 +1360,7 @@ class ConsoleServerPort(models.Model):
device_type.manufacturer, device_type
))
#
# Power ports
#

View File

@ -9,7 +9,6 @@ from ipam.models import IP_PROTOCOL_TCP
from dcim.models import Manufacturer, DeviceType, Device, Site, DeviceRole
class TestPrefix(TestCase):
@override_settings(ENFORCE_GLOBAL_UNIQUE=False)