Skip to content

Commit cae528b

Browse files
committed
chore: black changes
1 parent 65bacee commit cae528b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/plone/z3cform/patch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
GroupForm.update(). We need to call z2.processInputs() before the request is
33
used, because z3c.form expects them to have been converted to unicode first.
44
"""
5+
56
from plone.z3cform.z2 import processInputs
67
from z3c.form.form import BaseForm
78
from z3c.form.group import GroupForm

src/plone/z3cform/templates.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
The default templates draw from a macro page template which you can use by
55
itself to render parts of it.
66
"""
7+
78
from Acquisition import IAcquirer
89
from Acquisition import ImplicitAcquisitionWrapper
910
from Products.Five.browser.pagetemplatefile import (

0 commit comments

Comments
 (0)