Skip to content

Commit bc15076

Browse files
committed
better formatting
1 parent 63c9a08 commit bc15076

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lung_cancer_screening/questions/management/commands/request_summary.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ def handle(self, *args, **options):
4040
"fields": [
4141
{
4242
"type": "mrkdwn",
43-
"text": "*Requests:*\n{rs.get_count()}"
43+
"text": f"*Requests:*\n{rs.get_count()}"
4444
},
4545
{
4646
"type": "mrkdwn",
47-
"text": "*Submitted:*\n{rs.get_submitted_count()}"
47+
"text": f"*Submitted:*\n{rs.get_submitted_count()}"
4848
}
4949
]
5050
}

0 commit comments

Comments
 (0)