Skip to content

Commit 6b55a13

Browse files
author
MomIsBestFriend
committed
List issues
1 parent 57d9502 commit 6b55a13

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pandas/core/nanops.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,10 +1284,7 @@ def _zero_out_fperr(arg):
12841284

12851285
@disallow("M8", "m8")
12861286
def nancorr(
1287-
a: np.ndarray,
1288-
b: np.ndarray,
1289-
method="pearson",
1290-
min_periods: Optional[int] = None,
1287+
a: np.ndarray, b: np.ndarray, method="pearson", min_periods: Optional[int] = None,
12911288
):
12921289
"""
12931290
a, b: ndarrays

0 commit comments

Comments
 (0)