Skip to content

Commit

Permalink
Remove todo as it has been fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicaj committed May 6, 2024
1 parent 25a5f9a commit ba04e5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps_validation/validation/app_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def validate_app_version_file(
'Configured version in "app.yaml" does not match version directory name.'
)

# TODO: Validate lib version please
if train_name is not None:
if app_config.get('train') != train_name:
verrors.add(f'{schema}.train', 'Train name not correctly set in "app.yaml".')
Expand Down

0 comments on commit ba04e5a

Please sign in to comment.