Remove the invalid import.

This commit is contained in:
jakedt 2014-04-03 17:45:44 -04:00
parent e87ffa20cf
commit 173f8d9b9a

View file

@ -7,7 +7,6 @@ from peewee import MySQLDatabase, SqliteDatabase
from data.buildlogs import BuildLogs
from data.userevent import UserEventBuilder
from test.teststorage import FakeUserfiles
from test import analytics as fake_analytics
from test.testlogs import TestBuildLogs