Skip to content

Commit 63f5524

Browse files
committed
Fix typing
1 parent 59d0b5a commit 63f5524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nested_pandas/series/accessor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def to_flat(self, fields: list[str] | None = None) -> pd.DataFrame:
115115
return pd.DataFrame(flat_series)
116116

117117
@property
118-
def list_lengths(self) -> np.ndarray:
118+
def list_lengths(self) -> list[int]:
119119
"""Lengths of the list arrays"""
120120
return self._series.array.list_lengths
121121

0 commit comments

Comments
 (0)