From 6719cd0e15f3cdc6a4dfd9c2e9f3fc738de85a08 Mon Sep 17 00:00:00 2001 From: Olof Johansson Date: Tue, 22 Jul 2014 09:36:33 +0200 Subject: [PATCH] svtplay_dl: remove unnecessary pass statement (Reported by pylint) --- lib/svtplay_dl/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/svtplay_dl/__init__.py b/lib/svtplay_dl/__init__.py index f308172..81d0641 100644 --- a/lib/svtplay_dl/__init__.py +++ b/lib/svtplay_dl/__init__.py @@ -227,4 +227,3 @@ def main(): get_media(url, options) except KeyboardInterrupt: print("") - pass