Skip to content

Commit

Permalink
Remove unintended changes
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelPeczek-Roboflow committed Nov 14, 2024
1 parent dae7da9 commit 137b5d5
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import List, Literal, Optional, Type, TypeVar, Union
from typing import List, Literal, Optional, Type, Union

import supervision as sv
from pydantic import ConfigDict, Field
Expand All @@ -20,8 +20,6 @@
)
from inference.core.workflows.prototypes.block import BlockResult, WorkflowBlockManifest

T = TypeVar("T")


TYPE: str = "roboflow_core/label_visualization@v1"
SHORT_DESCRIPTION = (
Expand Down

0 comments on commit 137b5d5

Please sign in to comment.