You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/04/02 21:04:24 UTC

[GitHub] [beam] lukecwik commented on issue #11286: [BEAM-4374] Short IDs for the Python SDK

lukecwik commented on issue #11286: [BEAM-4374] Short IDs for the Python SDK
URL: https://github.com/apache/beam/pull/11286#issuecomment-608082411
 
 
   Linter complains:
   ```
   10:03:16 ************* Module apache_beam.runners.portability.fn_api_runner.worker_handlers
   10:03:16 apache_beam/runners/portability/fn_api_runner/worker_handlers.py:62:0: E0001: Cannot import 'apache_beam.runners.worker.sdk_worker' due to syntax error 'misplaced type annotation (<unknown>, line 95)' (syntax-error)
   10:03:16 ************* Module apache_beam.runners.worker.sdk_worker
   10:03:16 apache_beam/runners/worker/sdk_worker.py:95:47: E0001: misplaced type annotation (<unknown>, line 95) (syntax-error)
   10:03:16 ************* Module apache_beam.runners.worker.sdk_worker_main
   10:03:16 apache_beam/runners/worker/sdk_worker_main.py:43:0: E0001: Cannot import 'apache_beam.runners.worker.sdk_worker' due to syntax error 'misplaced type annotation (<unknown>, line 95)' (syntax-error)
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services