Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Nov 19, 2020
1 parent f074118 commit 7e4485a
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 7e4485a

Please sign in to comment.