Fixes refactor bug
This commit is contained in:
parent
1049062ca7
commit
904b249165
2 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ from src.database import obtain_connection
|
|||
from src.misc import is_valid_base_comment
|
||||
from src.misc import is_valid_credential_input
|
||||
from src.misc import make_error
|
||||
from writes import delete_comment_if_authorized, write_comment
|
||||
from src.writes import delete_comment_if_authorized, write_comment
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -3,8 +3,8 @@ import sqlite3
|
|||
|
||||
from asyncio import coroutine
|
||||
|
||||
from database import delete_comment_by_id
|
||||
from misc import is_authentic_delete_signal
|
||||
from src.database import delete_comment_by_id
|
||||
from src.misc import is_authentic_delete_signal
|
||||
|
||||
from src.database import get_comment_or_none
|
||||
from src.database import insert_comment
|
||||
|
|
Loading…
Reference in a new issue