-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Remove annotations to make CI happy #26820
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
Conversation
Annotations might just not be possible here given the dynamic nature. Here's a relevant mypy discussion: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry about messing the types up.
It looks like azure didn't even run for that last commit. Strange.
Codecov Report
@@ Coverage Diff @@
## master #26820 +/- ##
==========================================
- Coverage 91.86% 91.86% -0.01%
==========================================
Files 179 179
Lines 50707 50707
==========================================
- Hits 46583 46580 -3
- Misses 4124 4127 +3
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #26820 +/- ##
==========================================
- Coverage 91.86% 91.86% -0.01%
==========================================
Files 179 179
Lines 50707 50706 -1
==========================================
- Hits 46583 46579 -4
- Misses 4124 4127 +3
Continue to review full report at Codecov.
|
lgtm. merge on green. |
I must have been a little quick in merging #26802 as it looks like this is causing mypy failures in CI.
Most of these are pretty niche and I think a result of import machinery. Will try to dive deeper later but this should get things green for now