lint: ruff fix

This commit is contained in:
Alex
2024-09-09 20:24:15 +01:00
parent 90f64e2527
commit ca779bb0af

View File

@@ -2,8 +2,6 @@ import os
import uuid
import shutil
from flask import Blueprint, request, jsonify
from urllib.parse import urlparse
import requests
from pymongo import MongoClient
from bson.objectid import ObjectId
from bson.binary import Binary, UuidRepresentation