mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
Summary: This PR removes the `typing_extensions` and `typing_inspect` dependencies as we can now rely on the built-in `typing` module since Python 3.9. Test Plan: existing tests |
||
|---|---|---|
| .. | ||
| pyre | ||
| __init__.py | ||
| __main__.py | ||
| test_add_slots.py | ||
| test_batched_visitor.py | ||
| test_deep_clone.py | ||
| test_deep_replace.py | ||
| test_e2e.py | ||
| test_exceptions.py | ||
| test_fuzz.py | ||
| test_pyre_integration.py | ||
| test_roundtrip.py | ||
| test_tabs.py | ||
| test_tool.py | ||
| test_type_enforce.py | ||
| test_visitor.py | ||