mirror of
https://github.com/element-hq/synapse.git
synced 2026-09-01 20:18:19 +00:00
Remove duplicate import
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user