forked from apache/spark
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-37412][PYTHON][ML] Inline typehints for pyspark.ml.stat
### What changes were proposed in this pull request? This PR migrates type `pyspark.ml.stat` annotations from stub file to inline type hints. (second take, after issue resulting in reversion of apache#35401) ### Why are the changes needed? Part of ongoing migration of type hints. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Existing tests. Closes apache#35437 from zero323/SPARK-37412. Authored-by: zero323 <[email protected]> Signed-off-by: zero323 <[email protected]>
- Loading branch information
Showing
2 changed files
with
41 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.