Parcourir la source

fix: flake8

pull/388/head
winkidney il y a 1 mois
Parent
révision
005c027350
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. +0
    -1
      core/models.py

+ 0
- 1
core/models.py Voir le fichier

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


Chargement…
Annuler
Enregistrer