File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2653,7 +2653,7 @@ async def handle(
2653
2653
self .completed_handshake ,
2654
2654
self .service_id ,
2655
2655
)
2656
- assert self ._client ._topology is not None
2656
+ assert self .client ._topology is not None
2657
2657
await self .client ._topology .handle_error (self .server_address , err_ctx )
2658
2658
2659
2659
async def __aenter__ (self ) -> _MongoClientErrorHandler :
Original file line number Diff line number Diff line change @@ -2639,7 +2639,7 @@ def handle(
2639
2639
self .completed_handshake ,
2640
2640
self .service_id ,
2641
2641
)
2642
- assert self ._client ._topology is not None
2642
+ assert self .client ._topology is not None
2643
2643
self .client ._topology .handle_error (self .server_address , err_ctx )
2644
2644
2645
2645
def __enter__ (self ) -> _MongoClientErrorHandler :
You can’t perform that action at this time.
0 commit comments