This is an automated email from the ASF dual-hosted git repository.
zero323 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.
from 9000339 [SPARK-37836][PYTHON][INFRA] Enable F841, E722, E305 and E226
for PEP 8 compliance
add 16eb9d8 [SPARK-37419][PYTHON][ML] Rewrite _shared_params_code_gen.py
to inline type hints for ml/param/shared.py
No new revisions were added by this update.
Summary of changes:
python/pyspark/ml/param/__init__.pyi | 5 +-
python/pyspark/ml/param/_shared_params_code_gen.py | 164 ++++++++++-----
.../pyspark/ml/param/_shared_params_code_gen.pyi | 19 --
python/pyspark/ml/param/shared.py | 226 +++++++++++----------
python/pyspark/ml/param/shared.pyi | 192 -----------------
5 files changed, 240 insertions(+), 366 deletions(-)
delete mode 100644 python/pyspark/ml/param/_shared_params_code_gen.pyi
delete mode 100644 python/pyspark/ml/param/shared.pyi
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]