From 005c02735016b2954b9614014a330025e9445f0c Mon Sep 17 00:00:00 2001 From: winkidney Date: Fri, 4 Oct 2024 22:25:11 +0800 Subject: [PATCH] fix: flake8 --- core/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/core/models.py b/core/models.py index 94814d2..3298844 100644 --- a/core/models.py +++ b/core/models.py @@ -33,7 +33,6 @@ class ImageManager(models.Manager): fp.seek(0) return True - # FIXME: Move this into an asynchronous task def create_for_url(self, url, referer=None): file_name = url.split("/")[-1].split('#')[0].split('?')[0]