Python formatting

This commit is contained in:
Mouse Reeve 2021-04-04 09:24:17 -07:00
parent be8c3b7904
commit ff3631cbe3

View file

@ -113,7 +113,7 @@ class DeleteAndRedraft(View):
status_type = status.status_type.lower()
if status.reply_parent:
status_type = 'reply'
status_type = "reply"
data = {
"draft": status,