Skip to content

Commit bc5b828

Browse files
committed
reformatted 2
1 parent 769a497 commit bc5b828

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

core

Whitespace-only changes.

lung_cancer_screening/questions/management/commands/request_summary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def handle(self, *args, **options):
2727
return
2828

2929
payload = {
30-
"text": f"*Request summary*\n{rs.get_submitted_count}/{rs.get_count} (submitted/total)"
30+
"text": f"*Request summary*\n{rs.get_submitted_count()}/{rs.get_count()} (submitted/total)"
3131
}
3232

3333
response = requests.post(

0 commit comments

Comments
 (0)