From 19e4c4692af8dc0447ec63bef281e0156734e557 Mon Sep 17 00:00:00 2001 From: jorenham Date: Wed, 29 Jan 2025 02:19:14 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=97=EF=B8=8F=20hallucinate=20`numpy.=5Fnu?= =?UTF-8?q?mtype`=20into=20existence=20(for=20debugging)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/numpy-stubs/_numtype.pyi | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/numpy-stubs/_numtype.pyi diff --git a/src/numpy-stubs/_numtype.pyi b/src/numpy-stubs/_numtype.pyi new file mode 100644 index 00000000..06e20d1e --- /dev/null +++ b/src/numpy-stubs/_numtype.pyi @@ -0,0 +1,3 @@ +from typing import Final + +TARGET: Final = "2.2.2"