Change ruamel import

This commit is contained in:
flyingscorpio@arch-desktop 2020-04-23 15:03:17 +02:00
parent f914135142
commit ae5d99d954

View file

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