You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
From Python 3.9+, standard collections such as list[list[str]] can be used as type annotations. Fugue doesn't support them.
Describe the solution you'd like
The main change is in triad: fugue-project/triad#130
In fugue, we just need to change some matcher functions and the unit tests
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
From Python 3.9+, standard collections such as
list[list[str]]
can be used as type annotations. Fugue doesn't support them.Describe the solution you'd like
The main change is in triad: fugue-project/triad#130
In fugue, we just need to change some matcher functions and the unit tests
The text was updated successfully, but these errors were encountered: