Skip to content

Commit

Permalink
Remove args
Browse files Browse the repository at this point in the history
  • Loading branch information
pvk-developer committed Sep 20, 2024
1 parent e4cd822 commit eb24dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/benchmark/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def calculate_support_percentage(df):
return pd.DataFrame({'dtype': df['dtype'], 'percentage_supported': percentage_support})


def compare_and_store_results_in_gdrive(args):
def compare_and_store_results_in_gdrive():
csv_handler = CSVHandler()
comparison_results, response = compare_previous_result_with_current()

Expand Down

0 comments on commit eb24dc3

Please sign in to comment.