Skip to content

Commit 9e97dba

Browse files
committed
fixed space
1 parent f4df033 commit 9e97dba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/extension/test_masked.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ def test_map(self, data_missing, na_action):
187187
def test_map_na_action_ignore(self, data_missing_for_sorting):
188188
zero = data_missing_for_sorting[2]
189189
result = data_missing_for_sorting.map(lambda x: zero, na_action="ignore")
190-
191190
if data_missing_for_sorting.dtype.kind == "b":
192191
expected = np.array([False, pd.NA, False], dtype=object)
193192
else:

0 commit comments

Comments
 (0)