Fix migration; linter fix

This commit is contained in:
Jeremy Stretch 2024-10-16 09:52:55 -04:00
parent f90ba1ce69
commit 88ada4758d
2 changed files with 1 additions and 2 deletions

View File

@ -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'),
]

View File

@ -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