Рефакторинг
This commit is contained in:
parent
5d433b7412
commit
e424142f19
1 changed files with 1 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue