LibCST/libcst/_nodes
Zsolt Dollenstein 2ffca10845
remove typing dependencies (#1126)
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
2024-04-03 19:50:14 +01:00
..
tests PEP 695 - Type Parameter Syntax (#1004) 2023-08-28 22:07:22 +01:00
__init__.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
base.py Fix Sentinal typo (#948) 2023-06-07 12:23:12 +01:00
deep_equals.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
expression.py remove typing dependencies (#1126) 2024-04-03 19:50:14 +01:00
internal.py Fix license headers (#560) 2021-12-28 11:55:18 +00:00
module.py Upgrade pyre (#1032) 2023-10-02 09:43:17 -07:00
op.py add slots to base classes, @add_slots takes bases into account (#605) 2022-01-16 14:14:32 +00:00
statement.py Fix parsing list matchers without explicit brackets (#1097) 2024-02-02 20:49:25 +00:00
whitespace.py add slots to base classes, @add_slots takes bases into account (#605) 2022-01-16 14:14:32 +00:00