From 8c938e170b2e5ed18909d49b4810d063669eba82 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Sat, 5 Sep 2020 15:06:33 +0200 Subject: [PATCH] Remove type ignore on cli_ui --- install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.py b/install.py index 56f39e3..070b3f7 100755 --- a/install.py +++ b/install.py @@ -10,7 +10,7 @@ import subprocess from typing import List, Optional from urllib.request import urlretrieve -import cli_ui as ui # type: ignore +import cli_ui as ui from path import Path # type: ignore from ruamel.yaml import YAML # type: ignore