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/playlist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube/playlist.py') diff --git a/youtube/playlist.py b/youtube/playlist.py index fbb0322..ee447e7 100644 --- a/youtube/playlist.py +++ b/youtube/playlist.py @@ -120,4 +120,4 @@ def get_playlist_page(env, start_response): page_buttons = page_buttons, stats = stats, **html_ready - ).encode('utf-8') \ No newline at end of file + ).encode('utf-8') -- cgit v1.2.3