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/video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmat2/video.py') diff --git a/libmat2/video.py b/libmat2/video.py index b7ba0a0..85b5b2e 100644 --- a/libmat2/video.py +++ b/libmat2/video.py @@ -24,7 +24,7 @@ class AVIParser(exiftool.ExiftoolParser): 'SampleRate', 'AvgBytesPerSec', 'BitsPerSample', 'Duration', 'ImageSize', 'Megapixels'} - def remove_all(self): + def remove_all(self) -> bool: cmd = [_get_ffmpeg_path(), '-i', self.filename, # input file '-y', # overwrite existing output file -- cgit v1.3