Remove type ignore on cli_ui

This commit is contained in:
flyingscorpio@arch-desktop 2020-09-05 15:06:33 +02:00
parent 7bafd7b68c
commit 8c938e170b

View file

@ -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