Skip to content

Commit b5f2f4a

Browse files
committed
another ignore
1 parent cb2eb54 commit b5f2f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/series.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ def _values(self):
813813
def _references(self) -> BlockValuesRefs:
814814
return self._mgr._block.refs
815815

816-
@Appender(base.IndexOpsMixin.array.__doc__)
816+
@Appender(base.IndexOpsMixin.array.__doc__) # type: ignore[prop-decorator]
817817
@property
818818
def array(self) -> ExtensionArray:
819819
return self._mgr.array_values()

0 commit comments

Comments
 (0)