replace pymysql with mysqlclient as it is "better"; also fix an issue in the ui exporter that had wrong imports
This commit is contained in:
parent
0801aaf200
commit
ced9a153bd
4 changed files with 46 additions and 20 deletions
|
|
@ -2,7 +2,7 @@ import json
|
|||
import logging
|
||||
import pathlib
|
||||
|
||||
from rec.query import QueryParameters
|
||||
from models.listing import QueryParameters
|
||||
from repositories.listing_repository import ListingRepository
|
||||
|
||||
logger = logging.getLogger("uvicorn.error")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue