app/service/service_token.py
@@ -2,7 +2,6 @@ from app.config.config import settings from app.config.const import BISHENG, RAGFLOW, DIFY from app.models import UserModel, UserAppModel from app.models.base_model import SessionLocal from app.models.token_model import TokenModel from app.service.auth import UserAppDao from app.service.bisheng import BishengService