Change ruamel import
This commit is contained in:
parent
f914135142
commit
ae5d99d954
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue