Skip to content

Commit 7c003f9

Browse files
committed
remove Useless suppression of 'invalid-name' (65:0) [useless-suppression]
1 parent 92d4008 commit 7c003f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

molpipeline/estimators/chemprop/neural_fingerprint.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def __init__(
6262

6363
def fit(
6464
self,
65-
X: MoleculeDataset, # pylint: disable=invalid-name
65+
X: MoleculeDataset,
6666
y: Sequence[int | float] | npt.NDArray[np.int_ | np.float64],
6767
) -> Self:
6868
"""Fit the model.

0 commit comments

Comments
 (0)