From f5abb8d815ecc9f194100332e26152a823134091 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Thu, 24 Mar 2022 19:35:21 -0700 Subject: [PATCH] Add newline at end of file. --- frontends/ycdl_flask/backend/endpoints/channel_endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/ycdl_flask/backend/endpoints/channel_endpoints.py b/frontends/ycdl_flask/backend/endpoints/channel_endpoints.py index ced3a24..015baab 100644 --- a/frontends/ycdl_flask/backend/endpoints/channel_endpoints.py +++ b/frontends/ycdl_flask/backend/endpoints/channel_endpoints.py @@ -243,4 +243,4 @@ def post_show_download_directory(channel_id): subprocess.Popen(command, shell=True) return flasktools.json_response({}) - flask.abort(501) \ No newline at end of file + flask.abort(501)