mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-30 20:36:26 -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):
|
||||
|
||||
dependencies = [
|
||||
('dcim', '0192_poweroutlet_color'),
|
||||
('dcim', '0193_poweroutlet_color'),
|
||||
('ipam', '0071_prefix_scope'),
|
||||
]
|
||||
|
||||
|
@ -4,7 +4,6 @@ from django.conf import settings
|
||||
from django.test import Client
|
||||
from django.test.utils import override_settings
|
||||
from django.urls import reverse
|
||||
from netaddr import IPNetwork
|
||||
from rest_framework.test import APIClient
|
||||
|
||||
from core.models import ObjectType
|
||||
|
Loading…
Reference in New Issue
Block a user