File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -334,17 +334,16 @@ def want_method(method, classname):
334334 "pymongo.mongo_client" ,
335335 "pymongo.database" ,
336336 "pymongo.srv_resolver" ,
337- "pymongo.synchronous. collection" ,
338- "pymongo.synchronous. client_session" ,
339- "pymongo.synchronous. command_cursor" ,
340- "pymongo.synchronous. change_stream" ,
341- "pymongo.synchronous. cursor" ,
342- "pymongo.synchronous. encryption" ,
343- "pymongo.synchronous. mongo_client" ,
344- "pymongo.synchronous. database" ,
337+ "pymongo.collection" ,
338+ "pymongo.client_session" ,
339+ "pymongo.command_cursor" ,
340+ "pymongo.change_stream" ,
341+ "pymongo.cursor" ,
342+ "pymongo.encryption" ,
343+ "pymongo.mongo_client" ,
344+ "pymongo.database" ,
345345 "gridfs" ,
346346 "gridfs.grid_file" ,
347- "gridfs.synchronous.grid_file" ,
348347 ]:
349348 sys .modules .pop (n )
350349
You can’t perform that action at this time.
0 commit comments