From 9a81b3adfd21fcbc38c09b5d28cbd35791ba6004 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 23 Oct 2018 16:32:28 +0200 Subject: Improve type annotation coverage --- libmat2/exiftool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmat2/exiftool.py') diff --git a/libmat2/exiftool.py b/libmat2/exiftool.py index 23d0d89..9611a04 100644 --- a/libmat2/exiftool.py +++ b/libmat2/exiftool.py @@ -24,7 +24,7 @@ class ExiftoolParser(abstract.AbstractParser): meta.pop(key, None) return meta - def _lightweight_cleanup(self): + def _lightweight_cleanup(self) -> bool: if os.path.exists(self.output_filename): try: # exiftool can't force output to existing files -- cgit v1.3