Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
axiomofjoy committed Jan 14, 2025
1 parent 37fd5bb commit 4bef033
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
Literal,
Optional,
Sequence,
TypeAlias,
Union,
cast,
get_args,
Expand All @@ -36,6 +35,7 @@
use_span,
)
from opentelemetry.util.types import Attributes, AttributeValue
from typing_extensions import TypeAlias

from openinference.semconv.trace import (
EmbeddingAttributes,
Expand Down

0 comments on commit 4bef033

Please sign in to comment.