mirror of
https://github.com/nushell/nushell
synced 2024-12-24 12:03:18 +00:00
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
1 changed files with 0 additions and 1 deletions
|
@ -73,7 +73,6 @@ def signatures():
|
|||
"shape": "String",
|
||||
"var_id": None,
|
||||
},
|
||||
"vectorizes_over_list": False,
|
||||
"named": [
|
||||
{
|
||||
"long": "help",
|
||||
|
|
Loading…
Reference in a new issue