More refactoring

This commit is contained in:
Oleg Silkin 2019-07-24 01:46:08 -04:00
parent 6512ec78cd
commit 4e977072a9
3 changed files with 7 additions and 7 deletions

View file

@ -5,10 +5,10 @@ from faker.providers import internet
from faker.providers import lorem
from faker.providers import misc
from src.database import get_comments_by_id
from src.database import get_comment_ids
from src.database import get_claim_comments
from src.writes import create_comment_or_error
from server.database import get_comments_by_id
from server.database import get_comment_ids
from server.database import get_claim_comments
from server.writes import create_comment_or_error
from tests.testcase import DatabaseTestCase
fake = faker.Faker()