Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dgetu committed May 24, 2021
1 parent da1cbe2 commit d3afaff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def test_translate_to_jaeger(self):
links=(link,),
kind=trace_api.SpanKind.CLIENT,
resource=Resource(
attributes={"key_resource": "some_resource"},
attributes={"key_resource": "some_resource"},
schema_url="",
),
),
Expand Down
2 changes: 1 addition & 1 deletion opentelemetry-sdk/tests/resources/test_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

import os
import unittest
from unittest import mock
from logging import ERROR
from unittest import mock

from opentelemetry.sdk import resources

Expand Down

0 comments on commit d3afaff

Please sign in to comment.