Skip to content

Commit

Permalink
add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Aug 5, 2024
1 parent f7b4de8 commit 19acbc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vvm/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ def get_installed_vyper_versions(vvm_binary_path: Union[Path, str] = None) -> Li
return sorted([Version(i) for i in version_list], reverse=True)


# TODO: maybe rename this function to `ensure_installed`
def install_vyper(
version: Union[str, Version] = "latest",
show_progress: bool = False,
Expand Down

0 comments on commit 19acbc1

Please sign in to comment.