diff --git a/stubs/D3DShot/d3dshot/display.pyi b/stubs/D3DShot/d3dshot/display.pyi index 45a2b5f3d11b..f81ff3d0d4dd 100644 --- a/stubs/D3DShot/d3dshot/display.pyi +++ b/stubs/D3DShot/d3dshot/display.pyi @@ -3,7 +3,6 @@ from collections.abc import Callable from typing import Any, Literal from typing_extensions import TypeAlias - Frame: TypeAlias = Any # Frame: TypeAlias = Image | npt.NDArray[np.int32] | npt.NDArray[np.float32] | torch.Tensor Pointer: TypeAlias = Incomplete