mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Fix mypy error with opentracing.tags. (#11622)
This commit is contained in:
parent
c500bf37d6
commit
66d7aa783a
1
changelog.d/11622.misc
Normal file
1
changelog.d/11622.misc
Normal file
@ -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
Block a user