Skip to content

Commit

Permalink
fix: wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
davidemarcoli committed Oct 26, 2024
1 parent 181330b commit c18faed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routers/secure/items.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import Levenshtein

from controllers.models.shared import MessageResponse
from routers.models.shared import MessageResponse
from fastapi import APIRouter, HTTPException, Request, status
from loguru import logger
from program.content import Overseerr
Expand Down

0 comments on commit c18faed

Please sign in to comment.