tvalentyn commented on PR #29639: URL: https://github.com/apache/beam/pull/29639#issuecomment-1846233536
Did this PR add more lint errors? Running pylint... ************* Module apache_beam.yaml.generate_yaml_docs apache_beam/yaml/generate_yaml_docs.py:99:0: C0301: Line too long (109/80) (line-too-long) apache_beam/yaml/generate_yaml_docs.py:25:0: W0611: Unused native_type_compatibility imported from apache_beam.typehints (unused-import) apache_beam/yaml/generate_yaml_docs.py:26:0: W0611: Unused typing_from_runner_api imported from apache_beam.typehints.schemas (unused-import) ************* Module apache_beam.yaml.yaml_provider apache_beam/yaml/yaml_provider.py:463:41: W1401: Anomalous backslash in string: '\s'. String constant might be missing an r prefix. (anomalous-backslash-in-string) apache_beam/yaml/yaml_provider.py:51:0: W0611: Unused native_type_compatibility imported from apache_beam.typehints (unused-import) apache_beam/yaml/yaml_provider.py:55:0: W0611: Unused typing_from_runner_api imported from apache_beam.typehints.schemas (unused-import) -- 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]
