mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
improve: introduce isort for linting Python imports (#1983)
This commit is contained in:
@ -6,9 +6,8 @@ import os
|
||||
import time
|
||||
from typing import Optional
|
||||
|
||||
from flask import current_app
|
||||
|
||||
from extensions.ext_storage import storage
|
||||
from flask import current_app
|
||||
|
||||
SUPPORT_EXTENSIONS = ['jpg', 'jpeg', 'png', 'webp', 'gif', 'svg']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user