Skip to content

Commit

Permalink
address some initial comments
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Kinard <[email protected]>
  • Loading branch information
Polber committed Dec 20, 2024
1 parent c90624e commit 9303b5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdks/python/apache_beam/yaml/generate_yaml_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,9 @@ def io_grouping_key(transform_name):
# Exclude providers
SKIP = {}


def normalize_beam_version(desc):
return desc.replace(
'BEAM_VERSION', 'current' if '.dev' in beam_version else beam_version)
return desc.replace('BEAM_VERSION', beam_version)


def transform_docs(transform_base, transforms, providers, extra_docs=''):
Expand Down

0 comments on commit 9303b5a

Please sign in to comment.