corrected an improper import and removed some flakes

- Legacy-Id: 10582
This commit is contained in:
Robert Sparks 2015-12-11 19:49:33 +00:00
parent ea6d82846f
commit d2f1d1ff12
2 changed files with 1 additions and 4 deletions

View file

@ -1,9 +1,6 @@
import factory
import random
from django.core.files.storage import FileSystemStorage
from django.conf import settings
from ietf.nomcom.models import NomCom, Position, Feedback, Nominee, NomineePosition
from ietf.group.factories import GroupFactory
from ietf.person.factories import PersonFactory

View file

@ -5,7 +5,7 @@
# ./manage.py test --settings=settings_sqlitetest doc.ChangeStateTestCase
#
import io
import os
from settings import * # pyflakes:ignore
# Workaround to avoid spending minutes stepping through the migrations in