diff options
| author | jvoisin | 2018-10-23 16:32:28 +0200 |
|---|---|---|
| committer | jvoisin | 2018-10-23 16:32:28 +0200 |
| commit | 9a81b3adfd21fcbc38c09b5d28cbd35791ba6004 (patch) | |
| tree | 6dea1ab714616eea190091f95a2c68825170721d /libmat2/__init__.py | |
| parent | f1a071d460507fd1bb1721deafd2a8d9f88f5b05 (diff) | |
Improve type annotation coverage
Diffstat (limited to 'libmat2/__init__.py')
| -rw-r--r-- | libmat2/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmat2/__init__.py b/libmat2/__init__.py index 399a364..58cf976 100644 --- a/libmat2/__init__.py +++ b/libmat2/__init__.py | |||
| @@ -40,7 +40,7 @@ DEPENDENCIES = { | |||
| 40 | 40 | ||
| 41 | 41 | ||
| 42 | 42 | ||
| 43 | def check_dependencies() -> dict: | 43 | def check_dependencies() -> Dict[str, bool]: |
| 44 | ret = collections.defaultdict(bool) # type: Dict[str, bool] | 44 | ret = collections.defaultdict(bool) # type: Dict[str, bool] |
| 45 | 45 | ||
| 46 | ret['Exiftool'] = True if exiftool._get_exiftool_path() else False | 46 | ret['Exiftool'] = True if exiftool._get_exiftool_path() else False |
