fix: ruff checks is now in order:)
ref: N25B-205
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from fastapi.routing import APIRouter
|
||||
|
||||
from control_backend.api.v1.endpoints import message, sse, robot
|
||||
from control_backend.api.v1.endpoints import message, robot, sse
|
||||
|
||||
api_router = APIRouter()
|
||||
|
||||
@@ -8,4 +8,4 @@ api_router.include_router(message.router, tags=["Messages"])
|
||||
|
||||
api_router.include_router(sse.router, tags=["SSE"])
|
||||
|
||||
api_router.include_router(robot.router, prefix="/robot", tags=["Pings", "Commands"])
|
||||
api_router.include_router(robot.router, prefix="/robot", tags=["Pings", "Commands"])
|
||||
|
||||
Reference in New Issue
Block a user