mirror of
https://github.com/arc53/DocsGPT
synced 2024-11-03 23:15:37 +00:00
fix ruff
This commit is contained in:
parent
b2770f67a1
commit
d6dcbb63d4
@ -1,11 +1,9 @@
|
|||||||
import os
|
import os
|
||||||
from flask import Blueprint, request, jsonify
|
from flask import Blueprint, request, jsonify
|
||||||
import requests
|
import requests
|
||||||
import json
|
|
||||||
from pymongo import MongoClient
|
from pymongo import MongoClient
|
||||||
from bson.objectid import ObjectId
|
from bson.objectid import ObjectId
|
||||||
from werkzeug.utils import secure_filename
|
from werkzeug.utils import secure_filename
|
||||||
import http.client
|
|
||||||
|
|
||||||
from application.api.user.tasks import ingest
|
from application.api.user.tasks import ingest
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user