Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STY: Change int to float type hint (#2977)
PEP 484 – Type Hints: when an argument is annotated as having type float, an argument of type int is acceptable. Also remove two variables which are used immediately.
- Loading branch information