Skip to content

Commit

Permalink
fix: ruff linting
Browse files Browse the repository at this point in the history
  • Loading branch information
fivan999 committed Oct 12, 2024
1 parent 4f576c0 commit de5bddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@

from src.api.auth.routes import router as router_auth # noqa: E402
from src.api.bookings.routes import router as router_booking # noqa: E402
from src.api.users.routes import router as router_users # noqa: E402
from src.api.root.routes import router as router_root # noqa: E402
from src.api.users.routes import router as router_users # noqa: E402

app.include_router(router_auth)
app.include_router(router_root)
Expand Down

0 comments on commit de5bddc

Please sign in to comment.