Remove type ignore on cli_ui
This commit is contained in:
parent
7bafd7b68c
commit
8c938e170b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue