Cleanup: remove virtualenv from repo

This commit is contained in:
2025-11-19 18:08:11 +00:00
parent 52d3cd1b7d
commit f7e1b353fd
5356 changed files with 0 additions and 1632919 deletions

View File

@@ -1,2 +0,0 @@
from numpy._core.records import __all__, __doc__
from numpy._core.records import *

View File

@@ -1,22 +0,0 @@
from numpy._core.records import (
record,
recarray,
find_duplicate,
format_parser,
fromarrays,
fromrecords,
fromstring,
fromfile,
array,
)
__all__ = [
"record",
"recarray",
"format_parser",
"fromarrays",
"fromrecords",
"fromstring",
"fromfile",
"array",
"find_duplicate",
]