Skip to content

Commit ef42649

Browse files
Fix issues
1 parent c9e5a3e commit ef42649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas-stubs/core/arrays/categorical.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class Categorical(ExtensionArray):
106106
else:
107107
def argsort(
108108
self, *, ascending: bool = ..., kind: str = ..., **kwargs: Any
109-
) -> np.ndarray[tuple[int], dtype[Any]]: ...
109+
) -> np.ndarray[tuple[int], ...]: ...
110110

111111
def sort_values(
112112
self, *, inplace: bool = ..., ascending: bool = ..., na_position: str = ...

0 commit comments

Comments
 (0)