Skip to content
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

Test message __getitem__ Any trick #37

Closed
wants to merge 12 commits into from

Conversation

Avasam
Copy link
Owner

@Avasam Avasam commented Dec 7, 2023

No description provided.

Repository owner deleted a comment from github-actions bot Dec 7, 2023
Copy link

github-actions bot commented Dec 7, 2023

Diff from mypy_primer, showing the effect of this PR on open source code:

pip (https://github.com/pypa/pip)
+ src/pip/_internal/metadata/_json.py:82: error: Incompatible types in assignment (expression has type "Message | Any | str | list[Message | str]", target has type "str | list[str]")  [assignment]

twine (https://github.com/pypa/twine)
+ twine/commands/check.py:73: error: Item "str" of "str | Any" has no attribute "params"  [union-attr]

@Avasam Avasam closed this Feb 29, 2024
@Avasam Avasam deleted the test-Message-__getitem__-Any-trick branch February 29, 2024 00:27
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.

1 participant