-
-
Notifications
You must be signed in to change notification settings - Fork 16.2k
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
Pyright types fixes #5550
Pyright types fixes #5550
Conversation
8e0ec0c
to
7706747
Compare
7706747
to
eeae10c
Compare
@@ -79,6 +79,10 @@ def __init__( | |||
path = url.path | |||
|
|||
if url.query: | |||
# NOTE: |
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.
@davidism See note here
@davidism Ok I made a new combined issue and a new combined PR. Checks are passing. I left a note in this PR with a question. I will pause on any new code in this PR until I get initial review feedback. |
Hi @davidism Anything I should change on this PR? |
It looks like you don't have "Maintainers are allowed to edit this pull request." enabled, which means I can't push some additional fixes. I'll close this and open a new PR, unless you see this before I get there. |
continued in #5620 |
Fixes various Pyright types errors.
fixes #5549