spacewander commented on a change in pull request #41:
URL:
https://github.com/apache/apisix-python-plugin-runner/pull/41#discussion_r804445048
##########
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:
```suggestion
from apisix.runner.plugin.core import PluginProcess as runner_plugin
```
would be more consistent
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]