From bcc5591c4ae5f58ecbf613a6dc92d8d61722f477 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 1 Oct 2021 08:37:50 +0200 Subject: [PATCH] dfsdfs --- files/helpers/images.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/files/helpers/images.py b/files/helpers/images.py index cf75b51050..4927246090 100644 --- a/files/helpers/images.py +++ b/files/helpers/images.py @@ -1,9 +1,7 @@ import requests -from os import environ, path, remove +from os import environ from PIL import Image as IImage, ImageSequence from files.classes.images import * -from flask import g -from werkzeug.utils import secure_filename from webptools import gifwebp CATBOX_KEY = environ.get("CATBOX_KEY", "").strip()