Skip to content

Commit df70b00

Browse files
committed
remove problematic typing
1 parent 0e02955 commit df70b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nested_pandas/series/dtype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class NestedDtype(ExtensionDtype):
6666
"""Attributes to use as metadata for __eq__ and __hash__"""
6767

6868
@property
69-
def na_value(self): # -> Type[pd.NA]: # type: ignore[valid-type]
69+
def na_value(self):
7070
"""The missing value for this dtype"""
7171
return pd.NA # type: ignore[return-value]
7272

0 commit comments

Comments
 (0)