From cc3990dcfaa0349f207fa4db8e907f12761f9538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 2 Jun 2020 17:55:29 -0500 Subject: pep8 --- test/test_video.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/test/test_video.py b/test/test_video.py index 0bfc2ae..0f9c205 100644 --- a/test/test_video.py +++ b/test/test_video.py @@ -143,8 +143,9 @@ class GetThumbnailTest(base.Test): def setUp(self): base.Test.setUp(self) - self.video_path = os.path.join(self.testdata_dir, - 'theora.ogv') + self.video_path = os.path.join( + self.testdata_dir, + 'theora.ogv') self.temp_path = tempfile.NamedTemporaryFile( suffix='.png') @@ -193,8 +194,9 @@ class VideoFileTest(base.Test): def setUp(self): base.Test.setUp(self) - self.video_path = os.path.join(self.testdata_dir, - 'theora.ogv') + self.video_path = os.path.join( + self.testdata_dir, + 'theora.ogv') self.video = video.VideoFile(self.video_path) self.video.thumbnails = {} -- cgit v1.2.3