Skip to content

Commit fcff4af

Browse files
committed
Formatting
1 parent 1be0380 commit fcff4af

File tree

1 file changed

+2
-2
lines changed
  • opentelemetry-sdk/src/opentelemetry/sdk/trace/_sampling_experimental

1 file changed

+2
-2
lines changed

opentelemetry-sdk/src/opentelemetry/sdk/trace/_sampling_experimental/_composable.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ def sampling_intent(
5454
trace_state: TraceState | None,
5555
) -> SamplingIntent:
5656
"""Returns information to make a sampling decision."""
57-
... # pylint: disable=unnecessary-ellipsis
57+
... # pylint: disable=unnecessary-ellipsis
5858

5959
def get_description(self) -> str:
6060
"""Returns a description of the sampler."""
61-
... # pylint: disable=unnecessary-ellipsis
61+
... # pylint: disable=unnecessary-ellipsis

0 commit comments

Comments
 (0)