diff --git a/app/backend/wells/views.py b/app/backend/wells/views.py index 2916365dd..5bad3b0ab 100644 --- a/app/backend/wells/views.py +++ b/app/backend/wells/views.py @@ -805,7 +805,7 @@ def well_licensing(request, **kwargs): 'date': '' } return JsonResponse(data) - except Exception as e: + except Exception: return HttpResponse(status=500) return HttpResponse(status=400)