Skip to content

Commit d2f1d1f

Browse files
committed
corrected an improper import and removed some flakes
- Legacy-Id: 10582
1 parent ea6d828 commit d2f1d1f

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

ietf/nomcom/factories.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
import factory
22
import random
33

4-
from django.core.files.storage import FileSystemStorage
5-
from django.conf import settings
6-
74
from ietf.nomcom.models import NomCom, Position, Feedback, Nominee, NomineePosition
85
from ietf.group.factories import GroupFactory
96
from ietf.person.factories import PersonFactory

ietf/settings_sqlitetest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# ./manage.py test --settings=settings_sqlitetest doc.ChangeStateTestCase
66
#
77

8-
import io
8+
import os
99
from settings import * # pyflakes:ignore
1010

1111
# Workaround to avoid spending minutes stepping through the migrations in

0 commit comments

Comments
 (0)