Skip to content

Commit

Permalink
added scrub param to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
rishsriv committed Mar 5, 2024
1 parent 404d5bd commit 5132486
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions defog/admin_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def update_golden_queries(
Updates the golden queries on the defog servers.
:param golden_queries: The golden queries to be used.
:param golden_queries_path: The path to the golden queries CSV.
:param scrub: Whether to scrub the golden queries.
"""
if golden_queries is None and golden_queries_path is None:
raise ValueError("Please provide either golden_queries or golden_queries_path.")
Expand Down

0 comments on commit 5132486

Please sign in to comment.