Skip to content

Commit

Permalink
#2872: views.py, fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Apr 18, 2017
1 parent 7dbe530 commit fbc70c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ def save_prediction():
# save prediction
if status == 'valid':
prediction = Prediction()
result = prediction.save(data, type)['result']
result = prediction.save(data, type)['result']

# notification: prediction status
if result:
Expand Down

0 comments on commit fbc70c5

Please sign in to comment.