Skip to content

feat(types): Use typing.Optional for Optional Types #684

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

feat(types): Use typing.Optional for Optional Types #684

wants to merge 1 commit into from

Conversation

kumaraditya303
Copy link
Contributor

@kumaraditya303 kumaraditya303 commented May 12, 2021

Ref #507

@kumaraditya303 kumaraditya303 marked this pull request as draft May 22, 2021 08:44
@@ -885,9 +885,9 @@ async def down(

Parameters
----------
button : Union["left", "middle", "right", NoneType]
button : Optional["left", "middle", "right"]
Copy link
Member

Choose a reason for hiding this comment

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

This looks wrong.

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.

2 participants