We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3007cc4 commit 26b154eCopy full SHA for 26b154e
backend/scripts/send_slack_report/send_slack_report.py
@@ -97,7 +97,7 @@ def classify_initial_queries():
97
total_initial_queries = sum(tally_json.values())
98
for k, v in tally_json.items():
99
percentage = v / total_initial_queries * 100
100
- classifications += f"{k}: {v} queries ({percentage:.1f}%\n"
+ classifications += f"{k}: {v} queries ({percentage:.1f}%)\n"
101
return classifications
102
103
0 commit comments