From 1792c4137895f4fe4c15340e73ff59f6fab79e1f Mon Sep 17 00:00:00 2001 From: nnayk <79224511+nnayk@users.noreply.github.com> Date: Thu, 7 Dec 2023 22:15:22 -0800 Subject: [PATCH] Fix pycodestyle issue --- Backend/backend.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Backend/backend.py b/Backend/backend.py index e02628b..a74bbb6 100644 --- a/Backend/backend.py +++ b/Backend/backend.py @@ -100,7 +100,8 @@ def store_image(): image_res = requests.post( "https://api.imgur.com/3/image", data={"image": data["url"]}, - headers={"Authorization": "Client-ID " + os.environ["IMGUR_CLIENT_ID"]}, + headers={"Authorization": "Client-ID " + + os.environ["IMGUR_CLIENT_ID"]}, ) # Prepare the data for creating an image