Skip to content
Prev Previous commit
Next Next commit
Formatting
  • Loading branch information
anuraaga committed Aug 28, 2025
commit fcff4af039c0644ef6a1d700abf0e61fc8a6fd85
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ def sampling_intent(
trace_state: TraceState | None,
) -> SamplingIntent:
Comment thread
xrmx marked this conversation as resolved.
"""Returns information to make a sampling decision."""
... # pylint: disable=unnecessary-ellipsis
... # pylint: disable=unnecessary-ellipsis

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