From 66d7aa783a8ad1b3eb6d17ba086e2dda8a912ab6 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Thu, 23 Dec 2021 06:47:24 -0500 Subject: Fix mypy error with opentracing.tags. (#11622) --- synapse/logging/opentracing.py | 1 + 1 file changed, 1 insertion(+) (limited to 'synapse') diff --git a/synapse/logging/opentracing.py b/synapse/logging/opentracing.py index 6364290615..622445e9f4 100644 --- a/synapse/logging/opentracing.py +++ b/synapse/logging/opentracing.py @@ -220,6 +220,7 @@ class _DummyTagNames: try: import opentracing + import opentracing.tags tags = opentracing.tags except ImportError: -- cgit 1.4.1