Skip to content

Commit

Permalink
Change format of parameters for readability
Browse files Browse the repository at this point in the history
Co-authored-by: Eddy Lin <[email protected]>
  • Loading branch information
dgetu and eddyleelin authored May 24, 2021
1 parent 99af3e7 commit da1cbe2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ def test_translate_to_jaeger(self):
links=(link,),
kind=trace_api.SpanKind.CLIENT,
resource=Resource(
attributes={"key_resource": "some_resource"}, schema_url=""
attributes={"key_resource": "some_resource"},
schema_url="",
),
),
trace._Span(
Expand Down

0 comments on commit da1cbe2

Please sign in to comment.