Skip to content

Commit 77f08c8

Browse files
committed
use the proper import for ContextManager
1 parent 4610b30 commit 77f08c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: xarray_array_testing/tests/test_cubed.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
from contextlib import nullcontext
2-
from typing import ContextManager
1+
from contextlib import ContextManager, nullcontext
32

43
import cubed
54
import cubed.random

0 commit comments

Comments
 (0)