Skip to content

Commit 6e28b67

Browse files
pilkibunjreback
pilkibun
authored andcommitted
CLN: comment (#27612)
1 parent 47a6635 commit 6e28b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/interval.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ def maybe_convert_platform_interval(values):
12061206
"""
12071207
if isinstance(values, (list, tuple)) and len(values) == 0:
12081208
# GH 19016
1209-
# empty lists/tuples get object dtype by default, but this is not
1209+
# empty lists/tuples get object dtype by default, but this is
12101210
# prohibited for IntervalArray, so coerce to integer instead
12111211
return np.array([], dtype=np.int64)
12121212
elif is_categorical_dtype(values):

0 commit comments

Comments
 (0)