From: Jaime Marquínez Ferrándiz Date: Sun, 4 Jan 2015 13:07:06 +0000 (+0100) Subject: utils: Remove blank line at the end of file X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=1d2d0e3ff2b4e55810039caf267bb9ad086f3610;p=youtube-dl utils: Remove blank line at the end of file --- diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py index bdfe053a7..d4951c406 100644 --- a/youtube_dl/utils.py +++ b/youtube_dl/utils.py @@ -1560,4 +1560,3 @@ def urlhandle_detect_ext(url_handle): getheader = url_handle.info().getheader return getheader('Content-Type').split("/")[1] -