Skip to content

Commit

Permalink
Apply pre-commit code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Jan 13, 2025
1 parent 54cb19b commit e07d691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZPublisher/HTTPRequest.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
from urllib.parse import parse_qsl
from urllib.parse import unquote
from urllib.parse import urlparse
from xmlrpc.client import ResponseError

from AccessControl.tainted import should_be_tainted as base_should_be_tainted
from AccessControl.tainted import taint_string
Expand All @@ -47,7 +48,6 @@
from ZPublisher.Converters import get_converter
from ZPublisher.interfaces import IXmlrpcChecker
from ZPublisher.utils import basic_auth_decode
from xmlrpc.client import ResponseError

from .cookie import getCookieValuePolicy

Expand Down

0 comments on commit e07d691

Please sign in to comment.