Skip to content

Commit 5aba0ba

Browse files
committed
cleanup
1 parent 0267755 commit 5aba0ba

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

langfuse/_client/span.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -542,9 +542,6 @@ def _process_media_in_attribute(
542542

543543
return data
544544

545-
# Add observation type tracking and unified update method
546-
_observation_type: ObservationTypeLiteral
547-
548545
def update(
549546
self,
550547
*,
@@ -685,8 +682,8 @@ def __init__(
685682
status_message: Optional status message for the span
686683
"""
687684
super().__init__(
688-
as_type="span",
689685
otel_span=otel_span,
686+
as_type="span",
690687
langfuse_client=langfuse_client,
691688
input=input,
692689
output=output,
@@ -1044,7 +1041,6 @@ def create_event(
10441041
).end(end_time=timestamp),
10451042
)
10461043

1047-
# Generic child creation methods with overloads for type safety
10481044
@overload
10491045
def start_observation(
10501046
self,

0 commit comments

Comments
 (0)