Skip to content

Commit 7d66757

Browse files
committed
Update test_typed_ops.py
1 parent 287058a commit 7d66757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/tests/test_typed_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def _test(ds: Dataset) -> None:
136136
_test(_int + ds)
137137
_test(_list + ds)
138138
_test(_ndarray + ds)
139-
_test(_var + ds) # type: ignore[arg-type] # TODO: wrong in mypy 312
139+
_test(_var + ds) # type: ignore[arg-type] # TODO: wrong in mypy 312 test
140140
_test(_da + ds) # type: ignore[arg-type] # TODO: wrong in mypy 312
141141

142142
# __eq__ as an example of cmp ops

0 commit comments

Comments
 (0)