Sorted imports with isort

This commit is contained in:
2023-06-22 13:17:53 +02:00
parent 47435c6128
commit 83dd4b6746
14 changed files with 82 additions and 97 deletions

View File

@@ -1,5 +1,6 @@
from pymongo import GEOSPHERE, MongoClient
from modules.utils import configGet
from pymongo import MongoClient, GEOSPHERE
db_config = configGet("database")