Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(common):
Node.map_clear
should have return type annotation Any
(
#8564) Previously `Node.map_clear` had a `dict` return type annotation, just as `Node.map`, even though the main rationale behind `map_clear` is that it returns only the result of the root node and discards all the intermediaries.
- Loading branch information