Skip to content

Commit 456ef27

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 280ff0c commit 456ef27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/core/duck_array_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def isna(data: Any) -> bool:
157157
-------
158158
Whether or not the data is np.nan or pd.NA
159159
"""
160-
return data is pd.NA or data is np.nan # noqa: PLW0177
160+
return data is pd.NA or data is np.nan
161161

162162

163163
def isnull(data):

0 commit comments

Comments
 (0)