remove unuse
This commit is contained in:
parent
93694b9b8e
commit
5e7b955928
|
|
@ -4,17 +4,9 @@
|
||||||
|
|
||||||
from typing import Optional
|
from typing import Optional
|
||||||
import typer
|
import typer
|
||||||
from rich.console import Console
|
|
||||||
from rich.table import Table
|
|
||||||
from rich.panel import Panel
|
|
||||||
import json
|
|
||||||
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_postgres import user_table
|
from python_core.database.user_postgres import user_table
|
||||||
from python_core.utils.jwt_auth import jwt_auth
|
|
||||||
from uuid import uuid4
|
|
||||||
console = Console()
|
|
||||||
auth_app = typer.Typer(name="auth", help="用户认证管理命令")
|
auth_app = typer.Typer(name="auth", help="用户认证管理命令")
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue