From 7870959a07683643b332240d912892c5a6409dff Mon Sep 17 00:00:00 2001 From: norareidy Date: Mon, 16 Jun 2025 17:05:14 -0400 Subject: [PATCH] DOCSP-50818: Remove Motor link on Python Drivers --- source/python-drivers.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/source/python-drivers.txt b/source/python-drivers.txt index cc4fe6ea5..9d9a21bd4 100644 --- a/source/python-drivers.txt +++ b/source/python-drivers.txt @@ -42,13 +42,6 @@ to learn how to install and begin using the driver. `PyMongoArrow `__ is a PyMongo extension for loading MongoDB query result sets as Apache Arrow tables. -Motor ------ - -Motor is the MongoDB Python driver for asynchronous applications. See the -:ref:`Motor documentation ` to learn how to install and begin -using the driver. - Tools and Projects ------------------