Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix signature for get_type_from_annotation (#2805)
in several places, the extra args (e.g. is_constant) are passed as positional args instead of kwargs, resulting in a TypeError, instead of raising the user-friendly exception. this commit adds `*args` to the signature so that the TypeError is not raised.
- Loading branch information