Skip to content

Commit 8cc4313

Browse files
committed
🩹 ndimage: import CapsuleType from typing_extensions
1 parent c10f698 commit 8cc4313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎scipy-stubs/ndimage/_nd_image.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
from _typeshed import Incomplete
44
from collections.abc import Callable, Mapping
5-
from types import CapsuleType
65
from typing import overload
6+
from typing_extensions import CapsuleType
77

88
import numpy as np
99
import optype.numpy as onp

0 commit comments

Comments
 (0)