MOTOR-1223 Add ClientSession to __all__ (#243)
This commit is contained in:
parent
bb1e4b9ba1
commit
597fb405dc
@ -19,7 +19,7 @@ from .metaprogramming import T, create_class_with_framework
|
||||
|
||||
__all__ = [
|
||||
"AsyncIOMotorClient",
|
||||
"AsyncIOMotorClientEncryption",
|
||||
"AsyncIOMotorClientSession",
|
||||
"AsyncIOMotorDatabase",
|
||||
"AsyncIOMotorCollection",
|
||||
"AsyncIOMotorCursor",
|
||||
|
||||
@ -20,7 +20,7 @@ from .metaprogramming import T, create_class_with_framework
|
||||
|
||||
__all__ = [
|
||||
"MotorClient",
|
||||
"MotorClientEncryption",
|
||||
"MotorClientSession",
|
||||
"MotorDatabase",
|
||||
"MotorCollection",
|
||||
"MotorCursor",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user