Skip to content

Commit

Permalink
Formatting via black.
Browse files Browse the repository at this point in the history
  • Loading branch information
wantsui committed Jan 2, 2025
1 parent 9f12157 commit eb0a15f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ddtrace/profiling/exporter/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ def __init__(
self.version: typing.Optional[str] = version
self.tags: typing.Dict[str, str] = tags if tags is not None else {}
self.max_retry_delay: typing.Optional[float] = max_retry_delay
self.endpoint_call_counter_span_processor: typing.Optional[EndpointCallCounterProcessor] = (
endpoint_call_counter_span_processor
)
self.endpoint_call_counter_span_processor: typing.Optional[
EndpointCallCounterProcessor
] = endpoint_call_counter_span_processor

self.__post_init__()

Expand Down

0 comments on commit eb0a15f

Please sign in to comment.