From ee89108599282ae5e84fb73f7df81e690fb01117 Mon Sep 17 00:00:00 2001 From: AliSot2000 Date: Sun, 14 Dec 2025 16:13:10 +0100 Subject: [PATCH] + Async seems to be working correctly. Warning removed --- src/pymongo_api_wrapper/async_mongo_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pymongo_api_wrapper/async_mongo_api.py b/src/pymongo_api_wrapper/async_mongo_api.py index f55be7e..e643149 100644 --- a/src/pymongo_api_wrapper/async_mongo_api.py +++ b/src/pymongo_api_wrapper/async_mongo_api.py @@ -4,7 +4,7 @@ import pymongo from bson import ObjectId -warnings.warn("The AsyncMongoAPI code is untested and may have bugs.") +# warnings.warn("The AsyncMongoAPI code is untested and may have bugs.") class AsyncMongoAPI: