Skip to content

Commit ffb0be7

Browse files
committed
Update comment
1 parent baa6c3c commit ffb0be7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • sdks/python/apache_beam/runners/portability

sdks/python/apache_beam/runners/portability/stager.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -939,10 +939,8 @@ def _download_pypi_sdk_package(
939939
'--platform',
940940
platform_tag
941941
])
942-
# Example wheel: apache_beam-2.42.0-cp39-cp39-manylinux1_x86_64.whl
943942
# Example wheel: with manylinux14 tag.
944-
# apache_beam-2.43.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_
945-
# x86_64.whl
943+
# apache_beam-2.43.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl # pylint: disable=line-too-long
946944
if platform_tag == 'manylinux2014_x86_64':
947945
platform_tag = 'manylinux_2_17_x86_64.' + platform_tag
948946
expected_files = [

0 commit comments

Comments
 (0)