Skip to content

Commit

Permalink
remove args from doc
Browse files Browse the repository at this point in the history
  • Loading branch information
liqul committed Dec 25, 2023
1 parent 2bc8aea commit 388cb0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion taskweaver/misc/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ def load_examples(folder: str) -> List[Conversation]:
Args:
folder: the folder path.
plugin_only: whether to load only the plugin examples.
"""
example_file_list: List[str] = glob.glob(path.join(folder, "*.yaml"))
example_conv_pool: List[Conversation] = []
Expand Down

0 comments on commit 388cb0d

Please sign in to comment.