Skip to content

Fix incorrect use of Any #86

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

Merged
merged 1 commit into from
Sep 6, 2022
Merged

Fix incorrect use of Any #86

merged 1 commit into from
Sep 6, 2022

Conversation

kkirsche
Copy link
Contributor

Any doesn't mean what it's being used here to indicate. Please see:
python/typeshed#8469 (comment)

For an explanation of what Any means to a type checker. This replaces the use of Any with object, which is the actual "any object" behavior that was intended.

`Any` doesn't mean what it's being used here to indicate. Please see:
python/typeshed#8469 (comment)

For an explanation of what `Any` means to a type checker. This replaces the use of `Any` with `object`, which is the actual "any object" behavior that was intended.
@rspeer rspeer merged commit 2250b23 into rspeer:master Sep 6, 2022
@kkirsche kkirsche deleted the patch-1 branch September 6, 2022 13:55
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