mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-31 21:06:25 -06:00
Fix migration; linter fix
This commit is contained in:
parent
f90ba1ce69
commit
88ada4758d
@ -21,7 +21,7 @@ def populate_denormalized_fields(apps, schema_editor):
|
|||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('dcim', '0192_poweroutlet_color'),
|
('dcim', '0193_poweroutlet_color'),
|
||||||
('ipam', '0071_prefix_scope'),
|
('ipam', '0071_prefix_scope'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -4,7 +4,6 @@ from django.conf import settings
|
|||||||
from django.test import Client
|
from django.test import Client
|
||||||
from django.test.utils import override_settings
|
from django.test.utils import override_settings
|
||||||
from django.urls import reverse
|
from django.urls import reverse
|
||||||
from netaddr import IPNetwork
|
|
||||||
from rest_framework.test import APIClient
|
from rest_framework.test import APIClient
|
||||||
|
|
||||||
from core.models import ObjectType
|
from core.models import ObjectType
|
||||||
|
Loading…
Reference in New Issue
Block a user