improve: introduce isort for linting Python imports (#1983)
This commit is contained in:
parent
cca9edc97a
commit
cc9e74123c
413 changed files with 1635 additions and 1906 deletions
|
|
@ -1,11 +1,12 @@
|
|||
import app
|
||||
import datetime
|
||||
import time
|
||||
|
||||
import app
|
||||
import click
|
||||
from flask import current_app
|
||||
from werkzeug.exceptions import NotFound
|
||||
from extensions.ext_database import db
|
||||
from flask import current_app
|
||||
from models.dataset import Embedding
|
||||
from werkzeug.exceptions import NotFound
|
||||
|
||||
|
||||
@app.celery.task(queue='dataset')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue