1
0

Remove duplicate import

This commit is contained in:
Eric Eastwood
2025-10-02 11:32:41 -05:00
parent 4e06a504c4
commit c92f905267

View File

@@ -56,14 +56,6 @@ except ImportError:
jaeger_client = None # type: ignore
try:
import opentracing
from synapse.logging.scopecontextmanager import LogContextScopeManager
except ImportError:
opentracing = None # type: ignore
LogContextScopeManager = None # type: ignore
import logging
from tests.unittest import TestCase