Skip to content

Commit 534c1d6

Browse files
authored
chore: Remove outdated _has_default_index comment (#2615)
1 parent 46eb2a8 commit 534c1d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

narwhals/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,6 @@ def _is_range_index(obj: Any, native_namespace: Any) -> TypeIs[pd.RangeIndex]:
10571057
return isinstance(obj, native_namespace.RangeIndex)
10581058

10591059

1060-
# NOTE: Remove ignore(s) after release w/ (https://github.com/pandas-dev/pandas-stubs/pull/1115)
10611060
def _has_default_index(
10621061
native_frame_or_series: pd.Series[Any] | pd.DataFrame, native_namespace: Any
10631062
) -> bool:

0 commit comments

Comments
 (0)