提交 4167cecc 编写于 作者: P peng.xu

changes for code style check

上级 3403dcc5
......@@ -23,8 +23,8 @@ def create_app(testing_config=None):
from mishards.grpc_utils import GrpcSpanDecorator
from tracer.factory import TracerFactory
tracer = TracerFactory(config.TRACER_PLUGIN_PATH).create(config.TRACER_CLASS_NAME,
plugin_config=settings.TracingConfig,
span_decorator=GrpcSpanDecorator())
plugin_config=settings.TracingConfig,
span_decorator=GrpcSpanDecorator())
from mishards.router.factory import RouterFactory
router = RouterFactory(config.ROUTER_PLUGIN_PATH).create(config.ROUTER_CLASS_NAME,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册