gromero commented on code in PR #13818: URL: https://github.com/apache/tvm/pull/13818#discussion_r1092315662
########## 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: Could you please clarify why this change is necessary? As a consequence now `server.py` is being copied to the new project dir too right? -- 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]
