Skip to content

Commit 939928a

Browse files
committed
Black
1 parent bc0193a commit 939928a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_dbq/management/commands/queue_depth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def handle(self, *args, **options):
1818
[
1919
"{queue_name}={queue_depth}".format(
2020
queue_name=queue_name,
21-
queue_depth=queue_depths.get(queue_name, 0)
21+
queue_depth=queue_depths.get(queue_name, 0),
2222
)
2323
for queue_name in queue_names
2424
]

0 commit comments

Comments
 (0)