tidy(installer): remove no-op --version CLI arg of installer

This wasn't used at all.
This commit is contained in:
psychedelicious
2024-03-26 14:25:34 +11:00
parent dfc08bd964
commit 44626c9452
2 changed files with 0 additions and 8 deletions

View File

@ -119,7 +119,6 @@ class Installer:
self,
root: str = "~/invokeai",
yes_to_all: bool = False,
version: Optional[str] = None,
find_links: Optional[str] = None,
wheel: Optional[Path] = None,
) -> None: