Skip to content

Commit 04812a2

Browse files
committed
#342 update init to use migration graph instead of filename
1 parent ad8c41b commit 04812a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

netbox_custom_objects/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from django.db.migrations.loader import MigrationLoader
77
from django.db.migrations.recorder import MigrationRecorder
88
from django.db.models.signals import pre_migrate, post_migrate
9-
from django.db.utils import DatabaseError, OperationalError, ProgrammingError
109
from netbox.plugins import PluginConfig
1110

1211
from .constants import APP_LABEL as APP_LABEL

0 commit comments

Comments
 (0)