no-mistakes(document): Docs synced for Cancelled status; lint cleaned

This commit is contained in:
root
2026-08-02 14:37:37 +00:00
parent 6b92c9098c
commit bf361d76bc
6 changed files with 12 additions and 9 deletions
-2
View File
@@ -3,11 +3,9 @@
from __future__ import annotations
from fastapi import HTTPException, status
from jose import JWTError, jwt
from sqlalchemy import select
from sqlalchemy.ext.asyncio import AsyncSession
from app.core.config import settings
from app.core.security import (
create_access_token,
create_refresh_token,