Skip to content

Commit 0931d08

Browse files
committed
Remove whitespace
1 parent 27a3188 commit 0931d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/algorithms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1691,7 +1691,7 @@ def map_array(
16911691
if na_action == "raise" and (indexer == -1).any():
16921692
raise ValueError("Provided mapping is not sufficient to cover"
16931693
"all values in the input array!")
1694-
1694+
16951695
new_values = take_nd(mapper._values, indexer)
16961696

16971697
return new_values

0 commit comments

Comments
 (0)