Remove the invalid import.
This commit is contained in:
parent
e87ffa20cf
commit
173f8d9b9a
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ from peewee import MySQLDatabase, SqliteDatabase
|
||||||
from data.buildlogs import BuildLogs
|
from data.buildlogs import BuildLogs
|
||||||
from data.userevent import UserEventBuilder
|
from data.userevent import UserEventBuilder
|
||||||
|
|
||||||
from test.teststorage import FakeUserfiles
|
|
||||||
from test import analytics as fake_analytics
|
from test import analytics as fake_analytics
|
||||||
from test.testlogs import TestBuildLogs
|
from test.testlogs import TestBuildLogs
|
||||||
|
|
||||||
|
|
Reference in a new issue