Browse Source

fix: flake8

pull/388/head
winkidney 1 month ago
parent
commit
005c027350
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      core/models.py

+ 0
- 1
core/models.py View File

@@ -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]


Loading…
Cancel
Save