We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591ee4f commit 2dd6cc7Copy full SHA for 2dd6cc7
tfx/orchestration/portable/outputs_utils.py
@@ -346,7 +346,7 @@ def tag_output_artifacts_with_version(
346
"""Tag output artifacts with the current TFX version."""
347
if not output_artifacts:
348
return
349
- for unused_key, artifact_list in output_artifacts.items():
+ for _unused_key, artifact_list in output_artifacts.items():
350
for artifact in artifact_list:
351
if not artifact.has_custom_property(
352
artifact_utils.ARTIFACT_TFX_VERSION_CUSTOM_PROPERTY_KEY):
0 commit comments