-
Notifications
You must be signed in to change notification settings - Fork 337
Open
Description
Prerequisites
- I checked the documentation and found no answer to my problem
- I checked the existing issues and made sure there are no similar bug reports
Category
Other
Expected Behavior
Hello,
As "typing" module is considered as deprecated, many components will not be available with new python releases. I believe entire stack would have to be reviewed to replace that module with a matching alternative. It's rarely shows a warning about deprecation since python 3.9 so it's not intuitive avoiding it.
"import typing as t" -> "import collections.abc as c".
Thanks
Observed Behavior
-
To Reproduce
No response
Version
latest