diff --git a/install.py b/install.py index 7456d42..986cb29 100755 --- a/install.py +++ b/install.py @@ -12,7 +12,7 @@ from urllib.request import urlretrieve import cli_ui as ui # type: ignore from path import Path # type: ignore -from ruamel.yaml import YAML +from ruamel.yaml import YAML # type: ignore class Installer: