Skip to content

Commit 4f32a64

Browse files
authored
Merge branch 'master' into config-with-zope-product-template-55111d56
2 parents 91575ba + 7f6ed97 commit 4f32a64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/five/formlib/tests/test_formlib.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ def test_get_widgets_for_schema_fields():
6969

7070

7171
def encodeMultipartFormdata(
72-
fields: list[tuple[str, str]],
73-
files: typing.Optional[list] = None) -> tuple[str, str]:
72+
fields: typing.List[typing.Tuple[str, str]],
73+
files: typing.Optional[list] = None) -> typing.Tuple[str, str]:
7474
"""Encode fields and files to be used in a multipart/form-data request.
7575
7676
Returns a tuple of content-type and content.

0 commit comments

Comments
 (0)