Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(python): add explicit return type to setters (#1645)
Add an explicit `-> None` return annotation to generated property setter methods. This makes the general style more consistent.
- Loading branch information