Skip to content

Commit 7074bbe

Browse files
committed
Synchro import fixes
1 parent e1eabad commit 7074bbe

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

synchro/synchrotest.py

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)