Skip to content

Commit d389909

Browse files
committed
🏷️ fix stubtest error in numpy.ma.mrecords
1 parent d6db95c commit d389909

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/numpy-stubs/ma/mrecords.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ def fromtextfile(
8080
missingchar: Incomplete = ...,
8181
varnames: Incomplete = ...,
8282
vartypes: Incomplete = ...,
83+
*,
84+
delimitor: Incomplete = ...,
8385
) -> Incomplete: ...
8486
def addfield(mrecord: Incomplete, newfield: Incomplete, newfieldname: Incomplete = ...) -> Incomplete: ...
8587

tool/.mypyignore-todo.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ numpy.f2py.symbolic
2222
numpy.f2py.((cb|common|f90mod|use)_)?rules
2323

2424
numpy.ma.testutils
25-
numpy.ma.mrecords.fromtextfile

0 commit comments

Comments
 (0)