Skip to content

Commit

Permalink
Merge pull request #920 from vespa-engine/thomasht86/fix-vespacli-rel…
Browse files Browse the repository at this point in the history
…ease-workflow

(ci) remove obsolete import
  • Loading branch information
thomasht86 authored Sep 17, 2024
2 parents 7b55d6b + 24a2028 commit f424d41
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vespacli/utils/download_binaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

import requests
import argparse
from vespacli._version_generated import vespa_version


class VespaBinaryDownloader:
Expand Down Expand Up @@ -38,8 +37,6 @@ def __init__(self, version="latest") -> None:
)
if self.version == "latest":
self.version = self.get_latest_version()
elif self.version == "current":
self.version = vespa_version

def _validate_version(self, version):
# Must be either "latest", "current", or a valid version number (X.Y.Z) (optional "v" prefix)
Expand Down

0 comments on commit f424d41

Please sign in to comment.