Skip to content

Commit d6d1012

Browse files
author
Chuyang Deng
committed
fix pylint error
1 parent f031c53 commit d6d1012

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/sagemaker/sparkml/model.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ class SparkMLModel(Model):
5959
model .
6060
"""
6161

62-
def __init__(self, model_data, role=None, spark_version="2.4", sagemaker_session=None, **kwargs):
62+
def __init__(
63+
self, model_data, role=None, spark_version="2.4", sagemaker_session=None, **kwargs
64+
):
6365
"""Initialize a SparkMLModel.
6466
6567
Args:

0 commit comments

Comments
 (0)