fix: bug
This commit is contained in:
parent
3f5af3404b
commit
93694b9b8e
|
|
@ -11,7 +11,7 @@ import json
|
||||||
import getpass
|
import getpass
|
||||||
from python_core.utils.jsonrpc_enhanced import create_response_handler
|
from python_core.utils.jsonrpc_enhanced import create_response_handler
|
||||||
from python_core.api.auth_api import auth_api
|
from python_core.api.auth_api import auth_api
|
||||||
from python_core.database.user import user_table
|
from python_core.database.user_postgres import user_table
|
||||||
from python_core.utils.jwt_auth import jwt_auth
|
from python_core.utils.jwt_auth import jwt_auth
|
||||||
from uuid import uuid4
|
from uuid import uuid4
|
||||||
console = Console()
|
console = Console()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue