chore: remove unused imports

This commit is contained in:
kom-senapati
2024-10-18 09:22:27 +05:30
parent 83f2fb1e62
commit 5ba917c5e4
2 changed files with 0 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
from application.core import settings
from pymongo import MongoClient
from flask import current_app, g
class MongoDB: