Skip to content

Commit

Permalink
Remove non-existent arg from is_valid_item_name function
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Jun 29, 2021
1 parent 3408d37 commit 13d1e27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/webqueue2api/parser/queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ def is_valid_item_name(name: str) -> bool:
Args:
name (str): The name to test.
headers_only (bool, optional): Whether or not to parse headers only. Defaults to True.
Returns:
bool: Name is valid item name.
Expand Down

0 comments on commit 13d1e27

Please sign in to comment.