From 36e0409db4486c1043e46699d07278e4abbedcec Mon Sep 17 00:00:00 2001 From: James Taylor Date: Sun, 6 Jan 2019 18:20:29 -0800 Subject: Add newline to end of files --- youtube/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube/search.py') diff --git a/youtube/search.py b/youtube/search.py index 4ffa2ba..db65eaa 100644 --- a/youtube/search.py +++ b/youtube/search.py @@ -138,4 +138,4 @@ def get_search_page(env, start_response): page_buttons = common.page_buttons_html(page, estimated_pages, URL_ORIGIN + "/search", env['QUERY_STRING']), corrections = corrections ) - return result.encode('utf-8') \ No newline at end of file + return result.encode('utf-8') -- cgit v1.2.3