mirror of
https://github.com/davidhalter/jedi.git
synced 2026-06-16 07:16:26 +08:00
00e23ddcee
Python 3.11 has changed typing so that unions now return forward refrences instead of erroring, and typing.Any is now an _AnyMeta class. Correct the parameters for both of those. Fixes #1858