Skip to content

Commit b066978

Browse files
committed
Fix linter errors
1 parent cfff781 commit b066978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

askell/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,5 +247,5 @@ def post(self, request):
247247
else:
248248
return Response({'status': 'error', 'message': response['error']}, status=r.status_code)
249249

250-
except Exception as e:
250+
except Exception:
251251
return Response({'status': 'error', 'message': _('Server error. Please try again later.')}, status=r.status_code)

0 commit comments

Comments
 (0)