Skip to content

Commit c19431f

Browse files
committed
fix typing
1 parent 9aa056f commit c19431f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

molpipeline/estimators/chemprop/component_wrapper.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,6 @@ def set_params(self, **params: Any) -> Self:
223223
class PredictorWrapper(_Predictor, BaseEstimator, abc.ABC):
224224
"""Abstract wrapper for the Predictor class."""
225225

226-
_T_default_criterion: type[ChempropMetric]
227-
_T_default_metric: type[ChempropMetric]
228-
229226
def __init__( # pylint: disable=too-many-positional-arguments # noqa: PLR0917
230227
self,
231228
n_tasks: int = 1,

0 commit comments

Comments
 (0)