refactor: remove deprecated mongodb client class
As of pymongo 3.0, the MongoReplicaSetClient is deprecated in favour of MongoClient. Thus, the creation of mongodb clients is simplified. See: https://pymongo.readthedocs.io/en/stable/changelog.html#mongoclient-changes
Please register or sign in to comment