Skip to content

Commit 6ee2697

Browse files
committed
Remove extra line
1 parent d8f18b0 commit 6ee2697

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-sdk/src/opentelemetry/sdk/_logs/_internal

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/opentelemetry/sdk/_logs/_internal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,4 +906,4 @@ def should_drop_logs_for_trace_based_sampling(
906906
span_context = span.get_span_context()
907907
if span_context.is_valid and not span_context.trace_flags.sampled:
908908
return True
909-
return False
909+
return False

0 commit comments

Comments
 (0)