Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ediardo committed Oct 10, 2024
1 parent 2364951 commit 34c6559
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
from typing import Dict, List, Literal, Optional, Tuple, Type, Union

import supervision as sv
from pydantic import AliasChoices, ConfigDict, Field
from pydantic import ConfigDict, Field

from inference.core.workflows.execution_engine.constants import DETECTION_ID_KEY
from inference.core.workflows.execution_engine.entities.base import (
Batch,
OutputDefinition,
)
from inference.core.workflows.execution_engine.entities.types import (
DICTIONARY_KIND,
INTEGER_KIND,
FLOAT_KIND,
INSTANCE_SEGMENTATION_PREDICTION_KIND,
Expand Down

0 comments on commit 34c6559

Please sign in to comment.