Skip to content

Commit 2722ff6

Browse files
committed
API - Fix: Remove unused import.
1 parent 44a5b4b commit 2722ff6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dp3/api/routers/entity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from datetime import datetime
22
from typing import Annotated, Any, Optional
33

4-
from fastapi import APIRouter, Depends, HTTPException, Query, Request
4+
from fastapi import APIRouter, Depends, HTTPException, Request
55
from pydantic import Json, NonNegativeInt, ValidationError
66

77
from dp3.api.internal.config import DB, MODEL_SPEC, TASK_WRITER

0 commit comments

Comments
 (0)