forked from mirrors/bookwyrm
Python formtting
This commit is contained in:
parent
e13ddb10d0
commit
9461784a18
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class ImportStatus(View):
|
|||
try:
|
||||
task = app.AsyncResult(job.task_id)
|
||||
# triggers attribute error if the task won't load
|
||||
task.status # pylint: disable=pointless-statement
|
||||
task.status # pylint: disable=pointless-statement
|
||||
except (ValueError, AttributeError):
|
||||
task = None
|
||||
|
||||
|
|
Loading…
Reference in a new issue