Skip to content

Commit

Permalink
fix: wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Trplan authored and davidemarcoli committed Oct 26, 2024
1 parent d4dd2aa commit 27d5643
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/routers/secure/items.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
from ..models.shared import MessageResponse
from utils.torrent import get_type_and_infohash

from ..models.shared import MessageResponse

router = APIRouter(
prefix="/items",
tags=["items"],
Expand Down

0 comments on commit 27d5643

Please sign in to comment.