Fix mypy error with opentracing.tags. (#11622)
This commit is contained in:
parent
c500bf37d6
commit
66d7aa783a
|
@ -0,0 +1 @@
|
|||
Add opentracing type stubs and fix associated mypy errors.
|
|
@ -220,6 +220,7 @@ class _DummyTagNames:
|
|||
|
||||
try:
|
||||
import opentracing
|
||||
import opentracing.tags
|
||||
|
||||
tags = opentracing.tags
|
||||
except ImportError:
|
||||
|
|
Loading…
Reference in New Issue