fix: unit tests fixes and ruff formating
N25B-205
This commit is contained in:
@@ -6,12 +6,6 @@ api_router = APIRouter()
|
||||
|
||||
api_router.include_router(message.router, tags=["Messages"])
|
||||
|
||||
api_router.include_router(
|
||||
sse.router,
|
||||
tags=["SSE"]
|
||||
)
|
||||
api_router.include_router(sse.router, tags=["SSE"])
|
||||
|
||||
api_router.include_router(
|
||||
command.router,
|
||||
tags=["Commands"]
|
||||
)
|
||||
api_router.include_router(command.router, tags=["Commands"])
|
||||
|
||||
Reference in New Issue
Block a user