Skip to content

Commit 6835a1d

Browse files
committed
style: Apply black code formatting (100 char line length)
1 parent afafca1 commit 6835a1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jsweb/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def __call__(self, **kwargs):
230230

231231

232232
class Form:
233-
"""A collection of fields that can be validated and rendered."""
233+
"""A collection of fields that can be validated and rendered"""
234234

235235
def __init__(self, formdata=None, files=None, **kwargs):
236236
self.formdata = formdata or {}

0 commit comments

Comments
 (0)