Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and WhyNotHugo committed Oct 31, 2024
1 parent 7daa596 commit 6e2ad6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion payments/paypal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
from functools import wraps

import requests
from django.http import HttpResponseForbidden, HttpResponseBadRequest
from django.http import HttpResponseBadRequest
from django.http import HttpResponseForbidden
from django.shortcuts import redirect
from django.utils import timezone
from requests.exceptions import HTTPError
Expand Down

0 comments on commit 6e2ad6c

Please sign in to comment.