Skip to content

Commit 56e8143

Browse files
committed
Remove unused pytest import
1 parent 0b72edc commit 56e8143

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test_pipeline/components/feature_preprocessing/test_kernel_pca.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import unittest
22

3-
import pytest
4-
53
from sklearn.linear_model import RidgeClassifier
64
from autosklearn.pipeline.components.feature_preprocessing.kernel_pca import \
75
KernelPCA

0 commit comments

Comments
 (0)