We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c1b9e commit ddd07e4Copy full SHA for ddd07e4
‎tool/testgen.py‎
@@ -25,7 +25,7 @@
25
###
26
27
ROOT_DIR: Final = Path(__file__).parent.parent
28
-TARGET_DIR: Final = ROOT_DIR / "test" / "generated"
+TARGET_DIR: Final = ROOT_DIR / "src" / "numpy-stubs" / "@test" / "generated"
29
30
TAB: Final = " " * 4
31
BR: Final = "\n"
0 commit comments