forked from mirrors/bookwyrm
Python formatting
This commit is contained in:
parent
be8c3b7904
commit
ff3631cbe3
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ class DeleteAndRedraft(View):
|
||||||
|
|
||||||
status_type = status.status_type.lower()
|
status_type = status.status_type.lower()
|
||||||
if status.reply_parent:
|
if status.reply_parent:
|
||||||
status_type = 'reply'
|
status_type = "reply"
|
||||||
|
|
||||||
data = {
|
data = {
|
||||||
"draft": status,
|
"draft": status,
|
||||||
|
|
Loading…
Reference in a new issue