Skip to content

Commit 95cb3f0

Browse files
committed
Merged in [19965] from rjsparks@nostrum.com:
Remove unused imports. - Legacy-Id: 19966 Note: SVN reference [19965] has been migrated to Git commit 70cd714
1 parent e137b94 commit 95cb3f0

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

ietf/submit/management/commands/purge_yang_checks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from tqdm import tqdm
44

55
from django.core.management.base import BaseCommand
6-
from django.db import migrations
76

87
from ietf.submit.models import Submission, SubmissionCheck
98

ietf/utils/management/commands/run_yang_model_checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import debug # pyflakes:ignore
1212

1313
from ietf.doc.models import Document, State, DocAlias
14-
from ietf.submit.models import Submission, SubmissionCheck
14+
from ietf.submit.models import Submission
1515
from ietf.submit.checkers import DraftYangChecker
1616

1717

0 commit comments

Comments
 (0)