robertwb commented on PR #29639: URL: https://github.com/apache/beam/pull/29639#issuecomment-1847643187
Yes. These were resolved in https://github.com/apache/beam/pull/29675 On Thu, Dec 7, 2023 at 2:56 PM tvalentyn ***@***.***> wrote: > 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) > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/beam/pull/29639#issuecomment-1846233536>, or > unsubscribe > <https://github.com/notifications/unsubscribe-auth/AADWVALXWTTJ2RJGPN3GVGDYIJCRZAVCNFSM6AAAAABAJZ426OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBWGIZTGNJTGY> > . > You are receiving this because you modified the open/close state.Message > ID: ***@***.***> > -- 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]
