mirror of
https://github.com/pinry/pinry.git
synced 2026-05-06 09:16:08 +02:00
fix: flake8
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user