Рефакторинг
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 fastapi import APIRouter, Depends, status
|
||||||
|
|
||||||
from app.chat.exceptions import (
|
from app.chat.exceptions import UserCanNotReadThisChatException
|
||||||
UserCanNotReadThisChatException,
|
|
||||||
)
|
|
||||||
from app.chat.shemas import (
|
from app.chat.shemas import (
|
||||||
SMessage,
|
SMessage,
|
||||||
SLastMessages,
|
SLastMessages,
|
||||||
|
|
Loading…
Add table
Reference in a new issue