Skip to content

Commit

Permalink
Merge pull request #27155 fix pylint suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwb authored Jun 16, 2023
2 parents 218e4b3 + 7d2afad commit c70eb85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdks/python/apache_beam/yaml/readme_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ def parse_test_methods(markdown_lines):
' - type: ReadFromCsv',
' path: whatever',
] + [
' ' + line for line in code_lines
] # pylint: disable=not-an-iterable
' ' + line for line in code_lines # pylint: disable=not-an-iterable
]
if code_lines[0] == 'pipeline:':
yaml_pipeline = '\n'.join(code_lines)
if 'providers:' in yaml_pipeline:
Expand Down

0 comments on commit c70eb85

Please sign in to comment.