Skip to content

Commit

Permalink
Use latest db models location.
Browse files Browse the repository at this point in the history
  • Loading branch information
UpstreamData committed Aug 29, 2024
1 parent c2ab058 commit 19e52f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion goosebit/ui/bff/download/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from fastapi.requests import Request
from fastapi.responses import FileResponse, RedirectResponse

from goosebit.models import Software
from goosebit.db.models import Software

router = APIRouter(prefix="/download", tags=["download"])

Expand Down
2 changes: 1 addition & 1 deletion goosebit/ui/bff/software/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from goosebit.api.v1.software import routes
from goosebit.auth import validate_user_permissions
from goosebit.models import Rollout, Software
from goosebit.db.models import Rollout, Software
from goosebit.settings import config
from goosebit.updates import create_software_update

Expand Down

0 comments on commit 19e52f0

Please sign in to comment.