gromero commented on code in PR #13818: URL: https://github.com/apache/tvm/pull/13818#discussion_r1092408407
########## apps/microtvm/arduino/template_project/microtvm_api_server.py: ########## @@ -28,7 +28,7 @@ from string import Template from packaging import version -from tvm.micro.project_api import server +import server Review Comment: hm I don't follow it. Isn't the client (client.py) always used too when connecting to the server and client is actually called from the tvm.micro.project_api anyways? -- 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]
