Skip to content

Commit 771a153

Browse files
committed
fixed lint issue
1 parent b1ee608 commit 771a153

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sklearn_pandas/transformers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import numpy as np
22
import pandas as pd
33

4+
45
def _get_mask(X, value):
56
"""
67
Compute the boolean mask X == missing_values.

0 commit comments

Comments
 (0)