forked from extern/nushell
remove vectorize_over_list
from python plugin (#9905)
# Description This PR brings our python plugin example inline with our new signature by removing `vectorize_over_list` from the plugin.
This commit is contained in:
parent
840b4b854b
commit
a455e2e5eb
@ -73,7 +73,6 @@ def signatures():
|
|||||||
"shape": "String",
|
"shape": "String",
|
||||||
"var_id": None,
|
"var_id": None,
|
||||||
},
|
},
|
||||||
"vectorizes_over_list": False,
|
|
||||||
"named": [
|
"named": [
|
||||||
{
|
{
|
||||||
"long": "help",
|
"long": "help",
|
||||||
|
Loading…
Reference in New Issue
Block a user