Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 19, 2024
1 parent 33d6e52 commit e27ff84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/dtypes/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def is_object_dtype(arr_or_dtype) -> bool:
def is_sparse(arr) -> bool:
"""
Check whether an array-like is a 1-D pandas sparse array.
.. deprecated:: 2.1.0
Use isinstance(dtype, pd.SparseDtype) instead.
Expand Down

0 comments on commit e27ff84

Please sign in to comment.