indentation fix (#993)

This commit is contained in:
Abubakar Abid 2022-04-13 14:45:06 -07:00 committed by GitHub
parent eebe7b57b0
commit 5af5b2503c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -253,8 +253,8 @@ class Blocks(BlockContext):
if predictions[i] is not None
else None
)
else:
output = predictions
else:
output = predictions
return {"data": output}
def get_template_context(self):