Skip to content

Commit f74c9f4

Browse files
authored
Remove remaining comment
1 parent cd959d4 commit f74c9f4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/core/frame.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6771,9 +6771,6 @@ def f(vals) -> tuple[np.ndarray, int]:
67716771
return labels.astype("i8"), len(shape)
67726772

67736773
if subset is None:
6774-
# https://github.com/pandas-dev/pandas/issues/28770
6775-
# Incompatible types in assignment (expression has type "Index", variable
6776-
# has type "Sequence[Any]")
67776774
subset = self.columns
67786775
elif (
67796776
not np.iterable(subset)

0 commit comments

Comments
 (0)