-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add missing attributes for docutils.io #8716
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
044b563
to
b9ad6ab
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
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.
Thanks! A few things to fix, see my comments below :)
This comment has been minimized.
This comment has been minimized.
`error_string` and `ErrorOutput` were added in `v0.19`. Fills out some missing pieces of `Input` and `FileInput` as well.
3a0f384
to
9ed6f72
Compare
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
@AlexWaygood Thank you for the pointers! All have been applied now. |
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
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.
Thanks @amyreese! I pushed two more additional fixes to this PR, everything looks good now 🎉
error_string
andErrorOutput
were added inv0.19
. Fills out some missing pieces ofInput
andFileInput
as well.