Replace deprecated Python “inspect.getargspec” (#29963)
This has been deprecated since Python 3.0 and is removed in Python 3.11. We can use “inspect.getfullargspec” instead. Fixes #29962.pull/30011/head
parent
7417386956
commit
c805c4e2d4
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue