Skip to content

Commit 926165a

Browse files
committed
Add some missing newlines for pep8 style
1 parent 8616751 commit 926165a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/pyspark/ml/tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def __init__(self, seed=None):
120120
self._setDefault(maxIter=10)
121121
self._set(seed=seed)
122122

123+
123124
class OtherTestParams(HasMaxIter, HasInputCol, HasSeed):
124125
"""
125126
A subclass of Params mixed with HasMaxIter, HasInputCol and HasSeed.
@@ -188,6 +189,7 @@ def test_hasseed(self):
188189
# Check that a different class has a different seed
189190
self.assertNotEqual(other.getSeed(), noSeedSpecd.getSeed())
190191

192+
191193
class FeatureTests(PySparkTestCase):
192194

193195
def test_binarizer(self):

0 commit comments

Comments
 (0)