Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix pylint issue in vta/python/vta/top/graphpack.py (apache#3519)
This appears in linting using the docker scripts. I'm not sure why this isn't failing in the standard CI for TVM and it might be that the docker images haven't been updated in the CI system. python3 -m pylint vta/python/vta --rcfile=/workspace/tests/lint/pylintrc Using config file /workspace/tests/lint/pylintrc ************* Module vta.top.graphpack C:131, 4: Missing method docstring (missing-docstring)
- Loading branch information