From 6bdf583f3d1df3a8803fa0e550b6447945aa49bb Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 10 Sep 2024 12:16:03 -0500 Subject: [PATCH] PYTHON-4747 Rename pymongo/collection.py to pymongo/synchronous/collection.py --- pymongo/{ => synchronous}/collection.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename pymongo/{ => synchronous}/collection.py (100%) diff --git a/pymongo/collection.py b/pymongo/synchronous/collection.py similarity index 100% rename from pymongo/collection.py rename to pymongo/synchronous/collection.py