Skip to content

Commit 6c21393

Browse files
committed
remove override for compatibility with 3.9 version
1 parent 7dda204 commit 6c21393

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/hidimstat/marginal/leave_one_covariate_in.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from joblib import Parallel, delayed
33
from sklearn.base import check_is_fitted, clone
44
from sklearn.metrics import root_mean_squared_error
5-
from typing import override
65

76
from hidimstat._utils.utils import _check_vim_predict_method
87
from hidimstat.base_variable_importance import (
@@ -49,7 +48,6 @@ def __init__(
4948
self._list_univariate_model = []
5049
self.loss_reference_ = None
5150

52-
@override
5351
def fit(self, X, y, features_groups=None):
5452
"""
5553
Fit the marginal information variable importance model.

0 commit comments

Comments
 (0)