From 947dbe4beabfff635d9b648334c57ec43ecb0c46 Mon Sep 17 00:00:00 2001 From: Jamil Karami Date: Sat, 18 Feb 2023 15:02:45 +0100 Subject: [PATCH] Add newline eof (flake8) --- youtube_dl/extractor/kick.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/kick.py b/youtube_dl/extractor/kick.py index 9464eb661..31fd7a3bf 100644 --- a/youtube_dl/extractor/kick.py +++ b/youtube_dl/extractor/kick.py @@ -43,4 +43,4 @@ class KickIE(InfoExtractor): 'uploader': uploader, 'thumbnail': thumbnail, 'formats': formats, - } \ No newline at end of file + }