Skip to content

Commit e84a200

Browse files
Abby VeCaseyAbby VeCasey
authored andcommitted
first
1 parent 29d7e08 commit e84a200

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pandas/core/strings/object_array.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,4 +533,5 @@ def f(x):
533533
else:
534534
return empty_row
535535

536-
return [f(val) for val in np.asarray(self)]
536+
return [f(val) for val in np.asarray(self)]
537+
## making a change that changes nothing to make sure I can push correctly

0 commit comments

Comments
 (0)