Improve type annotation coverage
This commit is contained in:
parent
f1a071d460
commit
9a81b3adfd
4 changed files with 4 additions and 4 deletions
|
@ -40,7 +40,7 @@ DEPENDENCIES = {
|
|||
|
||||
|
||||
|
||||
def check_dependencies() -> dict:
|
||||
def check_dependencies() -> Dict[str, bool]:
|
||||
ret = collections.defaultdict(bool) # type: Dict[str, bool]
|
||||
|
||||
ret['Exiftool'] = True if exiftool._get_exiftool_path() else False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue