Skip to content

Commit ccf2d98

Browse files
committed
enhance according to codacy feedback
1 parent c8ff89c commit ccf2d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymilo/transporters/preprocessing_transporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
"""PyMilo Preprocessing transporter."""
33
from ..pymilo_param import SKLEARN_PREPROCESSING_TABLE
4-
from ..utils.util import check_str_in_iterable, get_sklearn_type, has_named_parameter
4+
from ..utils.util import check_str_in_iterable, get_sklearn_type
55
from .transporter import AbstractTransporter, Command
66
from .general_data_structure_transporter import GeneralDataStructureTransporter
77

0 commit comments

Comments
 (0)