Skip to content

Commit f97526b

Browse files
committed
GH-ref
1 parent 3fd4550 commit f97526b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/dtypes/test_inference.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1598,6 +1598,7 @@ def test_is_string_array(self):
15981598
],
15991599
)
16001600
def test_is_dtype_array_empty_obj(self, func):
1601+
# https://github.com/pandas-dev/pandas/pull/60796
16011602
func = getattr(lib, func)
16021603

16031604
arr = np.empty((2, 0), dtype=object)

0 commit comments

Comments
 (0)