projects
/
nmutil.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f05c2e
)
fix broken .pyi
author
Jacob Lifshay
<programmerjake@gmail.com>
Thu, 13 Oct 2022 00:58:11 +0000
(17:58 -0700)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Thu, 13 Oct 2022 00:58:11 +0000
(17:58 -0700)
src/nmutil/plain_data.pyi
patch
|
blob
|
history
diff --git
a/src/nmutil/plain_data.pyi
b/src/nmutil/plain_data.pyi
index 1d42131ec1cf7877ad95c934ada7e17c7536bc6c..520a4d9c10e000b6edf74fb9aa10906bb711b895 100644
(file)
--- a/
src/nmutil/plain_data.pyi
+++ b/
src/nmutil/plain_data.pyi
@@
-17,6
+17,7
@@
def plain_data(*, eq: bool = True, unsafe_hash: bool = False,
def fields(pd: Any) -> tuple[str, ...]:
+ ...
def replace(pd: _T, **changes: Any) -> _T: