Skip to content

Commit b1c4b75

Browse files
committed
Fixed a pyflakes issue.
- Legacy-Id: 13235
1 parent 0b730c9 commit b1c4b75

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/utils/management/commands/check_referential_integrity.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from django.apps import apps
66
from django.core.management.base import BaseCommand #, CommandError
77
from django.core.exceptions import FieldError
8-
from django.db import models
98
from django.db.models.fields.related import ForeignKey, OneToOneField
109

1110
import debug # pyflakes:ignore

0 commit comments

Comments
 (0)