Skip to content

Conversation

@sleepyStick
Copy link
Contributor

@sleepyStick sleepyStick marked this pull request as ready for review July 28, 2023 18:03
@sleepyStick sleepyStick requested a review from a team as a code owner July 28, 2023 18:03
@sleepyStick sleepyStick requested review from NoahStapp and removed request for a team July 28, 2023 18:03
@NoahStapp NoahStapp self-requested a review July 28, 2023 21:30
socket_timeout = options.get("sockettimeoutms")
wait_queue_timeout = options.get("waitqueuetimeoutms", common.WAIT_QUEUE_TIMEOUT)
event_listeners = options.get("event_listeners")
event_listeners = cast(Sequence[_EventListener], options.get("event_listeners"))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this is Optional[Sequence[_EventListener]].

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed, thanks for catching that!

Copy link
Member

@ShaneHarvey ShaneHarvey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sleepyStick sleepyStick merged commit dc59eb8 into mongodb:master Aug 2, 2023
@sleepyStick sleepyStick deleted the PYTHON-3809 branch August 2, 2023 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants