Skip to content

Commit

Permalink
API - Fix: Remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
xsedla1o committed Nov 21, 2024
1 parent 44a5b4b commit 2722ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dp3/api/routers/entity.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from datetime import datetime
from typing import Annotated, Any, Optional

from fastapi import APIRouter, Depends, HTTPException, Query, Request
from fastapi import APIRouter, Depends, HTTPException, Request
from pydantic import Json, NonNegativeInt, ValidationError

from dp3.api.internal.config import DB, MODEL_SPEC, TASK_WRITER
Expand Down

0 comments on commit 2722ff6

Please sign in to comment.