Skip to content

Commit

Permalink
remove vectorize_over_list from python plugin (nushell#9905)
Browse files Browse the repository at this point in the history
# Description

This PR brings our python plugin example inline with our new signature
by removing `vectorize_over_list` from the plugin.
  • Loading branch information
fdncred authored and IanManske committed Aug 3, 2023
1 parent 5d20e45 commit 2d64a17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/nu_plugin_python/nu_plugin_python_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def signatures():
"shape": "String",
"var_id": None,
},
"vectorizes_over_list": False,
"named": [
{
"long": "help",
Expand Down

0 comments on commit 2d64a17

Please sign in to comment.