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