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/local_playlist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube/local_playlist.py') diff --git a/youtube/local_playlist.py b/youtube/local_playlist.py index f25e826..bfca48f 100644 --- a/youtube/local_playlist.py +++ b/youtube/local_playlist.py @@ -166,4 +166,4 @@ def edit_playlist(env, start_response): start_response('204 No Content', ()) else: start_response('400 Bad Request', ()) - return b'400 Bad Request' \ No newline at end of file + return b'400 Bad Request' -- cgit v1.2.3