Skip to content

Commit

Permalink
Update opentelemetry-api/tests/trace/test_globals.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Chris Kleinknecht <libc@google.com>
  • Loading branch information
toumorokoshi and c24t authored Feb 19, 2020
1 parent 3ff94e0 commit d32d7c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion opentelemetry-api/tests/trace/test_globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def teardown():

def test_get_tracer(self):
"""trace.get_tracer should proxy to the global tracer source."""
global tracer sourceA
"""
from_global_api = trace.get_tracer("foo")
from_tracer_api = trace.tracer_source().get_tracer("foo")
Expand Down

0 comments on commit d32d7c3

Please sign in to comment.