-
Type:
Task
-
Resolution: Done
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Python Drivers
-
None
-
None
-
None
-
None
-
None
-
None
pymongo/asynchronous/settings.py and pymongo/synchronous/settings.py are identical except for their _IS_SYNC values and their monitor, pool, and Pool imports (async and sync respectively). We can move effectively the entire class definition into a shared file and keep only subclass stubs to maintain the correct import types.