Skip to content

Commit

Permalink
fix linting bug in the core
Browse files Browse the repository at this point in the history
  • Loading branch information
avishniakov authored Nov 15, 2023
1 parent ec29885 commit 1ac6434
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def promote_with_metric_compare(
latest_version = get_step_context().model_version
current_version = ModelVersion(name=latest_version.name, version=target_env)

latest_version_number = latest_version.number
current_version_number = current_version.number

if current_version_number is None:
Expand Down

0 comments on commit 1ac6434

Please sign in to comment.