MOTOR-1223 Add ClientSession to __all__ (#243)

This commit is contained in:
Kirill Kulikov 2023-11-29 22:28:21 +03:00 committed by GitHub
parent bb1e4b9ba1
commit 597fb405dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ from .metaprogramming import T, create_class_with_framework
__all__ = [
"AsyncIOMotorClient",
"AsyncIOMotorClientEncryption",
"AsyncIOMotorClientSession",
"AsyncIOMotorDatabase",
"AsyncIOMotorCollection",
"AsyncIOMotorCursor",

View File

@ -20,7 +20,7 @@ from .metaprogramming import T, create_class_with_framework
__all__ = [
"MotorClient",
"MotorClientEncryption",
"MotorClientSession",
"MotorDatabase",
"MotorCollection",
"MotorCursor",