Skip to content

Commit

Permalink
Move deps file for api
Browse files Browse the repository at this point in the history
  • Loading branch information
berrydenhartog committed Jun 11, 2024
1 parent 87bdd07 commit 49144fb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion tad/api/routes/pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from fastapi import APIRouter, Depends, Request
from fastapi.responses import HTMLResponse

from tad.api.routes.deps import templates
from tad.api.deps import templates
from tad.services.statuses import StatusesService
from tad.services.tasks import TasksService

Expand Down
2 changes: 1 addition & 1 deletion tad/api/routes/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from fastapi import APIRouter, Depends, Request, status
from fastapi.responses import HTMLResponse

from tad.api.routes.deps import templates
from tad.api.deps import templates
from tad.schema.task import MovedTask
from tad.services.tasks import TasksService

Expand Down

0 comments on commit 49144fb

Please sign in to comment.