瀏覽代碼

fix: flake8

pull/388/head
winkidney 1 月之前
父節點
當前提交
005c027350
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. +0
    -1
      core/models.py

+ 0
- 1
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]


Loading…
取消
儲存