Skip to content

Commit 38e16c4

Browse files
authored
CLN: remove unused tm.isiterable (pandas-dev#32137)
1 parent 73b2622 commit 38e16c4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: pandas/_testing.py

-4
Original file line numberDiff line numberDiff line change
@@ -806,10 +806,6 @@ def assert_is_valid_plot_return_object(objs):
806806
assert isinstance(objs, (plt.Artist, tuple, dict)), msg
807807

808808

809-
def isiterable(obj):
810-
return hasattr(obj, "__iter__")
811-
812-
813809
def assert_is_sorted(seq):
814810
"""Assert that the sequence is sorted."""
815811
if isinstance(seq, (Index, Series)):

0 commit comments

Comments
 (0)