Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
JisanAR03 committed Feb 17, 2024
1 parent 8d41057 commit 6304582
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions website/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,8 +608,6 @@ def process_issue(self, user, obj, created, domain, tokenauth=False, score=3):
)

return HttpResponseRedirect("/")


def get_client_ip(request):
"""Extract the client's IP address from the request."""
x_forwarded_for = request.META.get('HTTP_X_FORWARDED_FOR')
Expand Down

0 comments on commit 6304582

Please sign in to comment.