Skip to content

Commit 9d5be03

Browse files
committed
Something changed the end of EstTrans, so I added a newline
1 parent d08e6c4 commit 9d5be03

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tpot/builtin_modules/estimatortransformer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,5 @@ def __sklearn_is_fitted__(self):
178178
@property
179179
def classes_(self):
180180
"""The classes labels. Only exist if the last step is a classifier."""
181-
return self.estimator._classes
181+
return self.estimator._classes
182+

0 commit comments

Comments
 (0)