Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7d728d3

Browse filesBrowse files
authored
FIX missing space in import in svm/_base.py (#19852)
1 parent da3c2d2 commit 7d728d3
Copy full SHA for 7d728d3

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎sklearn/svm/_base.py

Copy file name to clipboardExpand all lines: sklearn/svm/_base.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# mypy error: error: Module 'sklearn.svm' has no attribute '_libsvm'
77
# (and same for other imports)
88
from . import _libsvm as libsvm # type: ignore
9-
from .import _liblinear as liblinear # type: ignore
9+
from . import _liblinear as liblinear # type: ignore
1010
from . import _libsvm_sparse as libsvm_sparse # type: ignore
1111
from ..base import BaseEstimator, ClassifierMixin
1212
from ..preprocessing import LabelEncoder

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.