Немного TYPE_CHECKING

This commit is contained in:
Денис Семёнов 2025-06-30 12:23:43 +03:00
parent 1be05dea83
commit e8ad92c3c3

View File

@ -2,7 +2,7 @@ from __future__ import annotations
import asyncio
from typing import Any, Callable, Dict, List
from typing import Any, Callable, Dict, List, TYPE_CHECKING
from fastapi import FastAPI, Request
from fastapi.responses import JSONResponse