Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
LocalNewsTV committed Dec 4, 2023
1 parent 70ca468 commit c513ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/backend/wells/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit c513ee6

Please sign in to comment.