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 Feb 9, 2025
1 parent 98e5d34 commit 3217e94
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 @@ -1484,7 +1484,7 @@ def __init__(self, fp, environ):
if content_type == "multipart/form-data":
parts = MultipartParser(
fp, options["boundary"],
part_limit = FORM_PART_LIMIT,
part_limit=FORM_PART_LIMIT,
mem_limit=FORM_MEMORY_LIMIT,
disk_limit=FORM_DISK_LIMIT,
memfile_limit=FORM_MEMFILE_LIMIT,
Expand Down

0 comments on commit 3217e94

Please sign in to comment.