Рефакторинг

This commit is contained in:
urec56 2024-07-12 16:33:10 +04:00
parent 5d433b7412
commit e424142f19

View file

@ -1,8 +1,6 @@
from fastapi import APIRouter, Depends, status
from app.chat.exceptions import (
UserCanNotReadThisChatException,
)
from app.chat.exceptions import UserCanNotReadThisChatException
from app.chat.shemas import (
SMessage,
SLastMessages,