mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-07 22:14:57 -04:00
Fix mypy error with opentracing.tags. (#11622)
This commit is contained in:
parent
c500bf37d6
commit
66d7aa783a
2 changed files with 2 additions and 0 deletions
|
@ -220,6 +220,7 @@ class _DummyTagNames:
|
|||
|
||||
try:
|
||||
import opentracing
|
||||
import opentracing.tags
|
||||
|
||||
tags = opentracing.tags
|
||||
except ImportError:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue