mirror of
https://github.com/davidhalter/jedi.git
synced 2026-04-25 17:15:39 +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