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: