fixes import statements
This commit is contained in:
parent
cba7c238aa
commit
e89547be44
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ from aiohttp import web
|
|||
from aiojobs.aiohttp import atomic
|
||||
|
||||
import lbry_comment_server.writes as writes
|
||||
from lbry_comment_server import get_claim_comments
|
||||
from lbry_comment_server import get_comments_by_id, get_comment_ids
|
||||
from lbry_comment_server.database import get_claim_comments
|
||||
from lbry_comment_server.database import get_comments_by_id, get_comment_ids
|
||||
from lbry_comment_server.database import obtain_connection
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
|
Loading…
Reference in a new issue