This commit is contained in:
Alex 2023-11-22 23:57:47 +00:00
parent b2770f67a1
commit d6dcbb63d4

View File

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