Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Nov 30, 2020
1 parent 648c198 commit 5de7ffd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def test_fields(self, mock_get_current_span, mock_invalid_span_context):
"trace_id": 1,
"span_id": 2,
"trace_flags": 3,
"trace_state": {"a": "b"}
"trace_state": {"a": "b"},
}
)
}
Expand Down

0 comments on commit 5de7ffd

Please sign in to comment.