Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hanchchch committed Apr 9, 2024
1 parent 84263b1 commit bc48f3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from typing import Collection

from anthropic._streaming import AsyncStream, Stream
from anthropic.types.message import ContentBlock, Message, Usage
from opentelemetry import context as context_api
from opentelemetry.instrumentation.anthropic.config import Config
from opentelemetry.instrumentation.anthropic.streaming import (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
set_span_attribute,
should_send_prompts,
)
from opentelemetry.metrics import Counter, Histogram, Meter, get_meter
from opentelemetry.metrics import Counter, Histogram
from opentelemetry.semconv.ai import SpanAttributes
from opentelemetry.trace.status import Status, StatusCode

Expand Down

0 comments on commit bc48f3b

Please sign in to comment.