mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
We pass down the correct default annotation indicator to use in 100% of code rendering places, so this becomes a useless bit of initialization. We already set this to a sentinel by default, and the only thing that having an explicit str gives us is the inability to copy an annotation from a param to a return or vice versa. So, out it goes. This means we can't render Annotation by itself, so the test that was using this behavior is out too. |
||
|---|---|---|
| .. | ||
| _conversions | ||
| _types | ||
| tests | ||
| __init__.py | ||
| _base_parser.py | ||
| _custom_itertools.py | ||
| _detect_config.py | ||
| _entrypoints.py | ||
| _grammar.py | ||
| _production_decorator.py | ||
| _python_parser.py | ||
| _whitespace_parser.py | ||
| _wrapped_tokenize.py | ||