From ae5d99d95446e7c9eb4a50cfb3d42ae53e48e773 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Thu, 23 Apr 2020 15:03:17 +0200 Subject: [PATCH] Change ruamel import --- install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: