pabloem commented on pull request #11523: URL: https://github.com/apache/beam/pull/11523#issuecomment-620842927
Hm lint and autoformat are complaining : ( Lint: ``` 13:08:40 apache_beam/runners/interactive/interactive_runner.py:30:0: W0611: Unused import sys (unused-import) ``` you can run the autoformatter via `tox -e py3-yapf` to format your code and ensure that test will pass. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
