You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/02/11 06:51:17 UTC

[GitHub] [apisix-python-plugin-runner] shuaijinchao commented on a change in pull request #41: refactor(plugin): plugins automatically register and standard interfaces

shuaijinchao commented on a change in pull request #41:
URL: https://github.com/apache/apisix-python-plugin-runner/pull/41#discussion_r804391874



##########
File path: apisix/runner/server/handle.py
##########
@@ -16,7 +16,7 @@
 #
 
 import flatbuffers
-import apisix.runner.plugin.core as runner_plugin
+from apisix.runner.plugin.core import PluginProcess as RunnerPlugin

Review comment:
       Uniform style with other names ^_^




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org