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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_batched_visitor.py | ||
| test_exceptions.py | ||
| test_tabs.py | ||
| test_tool.py | ||
| test_type_enforce.py | ||