Skip to content

Commit

Permalink
Revert "code format"
Browse files Browse the repository at this point in the history
This reverts commit d8ecdb5.
  • Loading branch information
tonycody committed Jul 19, 2022
1 parent fbdb845 commit d61b3d7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ def __init__(
self.collector_endpoint = collector_endpoint or environ.get(
OTEL_EXPORTER_JAEGER_ENDPOINT, DEFAULT_GRPC_COLLECTOR_ENDPOINT
)
self.insecure = insecure or environ.get(OTEL_EXPORTER_JAEGER_GRPC_INSECURE, "").strip().lower() == "true"
self.insecure = insecure or environ.get(OTEL_EXPORTER_JAEGER_GRPC_INSECURE,
"").strip().lower() == "true"
self._timeout = timeout or int(
environ.get(OTEL_EXPORTER_JAEGER_TIMEOUT, DEFAULT_EXPORT_TIMEOUT)
)
Expand Down

0 comments on commit d61b3d7

Please sign in to comment.