Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Jun 16, 2024
1 parent 52446ea commit 2f195ab
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 148 deletions.
4 changes: 0 additions & 4 deletions linguaphoto/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
from fastapi.middleware.cors import CORSMiddleware
from fastapi.responses import JSONResponse

from linguaphoto.routers.part import parts_router
from linguaphoto.routers.robot import robots_router
from linguaphoto.routers.users import users_router
from linguaphoto.settings import settings

Expand All @@ -30,5 +28,3 @@ async def value_error_exception_handler(request: Request, exc: ValueError) -> JS


app.include_router(users_router, prefix="/users", tags=["users"])
app.include_router(robots_router, prefix="/robots", tags=["robots"])
app.include_router(parts_router, prefix="/parts", tags=["parts"])
72 changes: 0 additions & 72 deletions linguaphoto/routers/part.py

This file was deleted.

72 changes: 0 additions & 72 deletions linguaphoto/routers/robot.py

This file was deleted.

0 comments on commit 2f195ab

Please sign in to comment.