Ver código fonte

fix: flake8

pull/388/head
winkidney 1 mês atrás
pai
commit
005c027350
1 arquivos alterados com 0 adições e 1 exclusões
  1. +0
    -1
      core/models.py

+ 0
- 1
core/models.py Ver arquivo

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


Carregando…
Cancelar
Salvar