gh-119180: annotationlib: Fix __all__, other minor fixes#122365
gh-119180: annotationlib: Fix __all__, other minor fixes#122365JelleZijlstra merged 3 commits intopython:mainfrom
Conversation
| "call_evaluate_function", | ||
| "get_annotate_function", |
There was a problem hiding this comment.
These two were missing. The rest of the changes in this file are just formatting.
| self.assertIs(annotate_func, None) | ||
|
|
||
|
|
||
| class TestAnnotationLib(unittest.TestCase): |
There was a problem hiding this comment.
This is the only non-formatting change in this file.
AA-Turner
left a comment
There was a problem hiding this comment.
This is the first stdlib module we're proposing to use autoformatting for, is it worth checking on Discourse? Autoformatters are much more opionated than PEP 8, which may be a surprising experience for contributors (note @encukou ran into an issue with a similar tool just whilst making a change to a CPython-only docs extension).
A
|
I hoped it wouldn't be controversial since we're already doing it for some of the |
Uh oh!
There was an error while loading. Please reload this page.