Refactor MongoClient import: standardize import statements across push_notifications, tenant, and verify_audit_chain modules

This commit is contained in:
2026-04-29 00:05:55 +02:00
parent c2bb015b80
commit c8f9c87ba4
3 changed files with 15 additions and 9 deletions
+1 -2
View File
@@ -4,9 +4,8 @@
import json
import sys
from pymongo import MongoClient
import settings as cfg
from settings import MongoClient
import audit_log as al