Skip to content

Commit 67a958f

Browse files
committed
Flake8: E501 line too long
1 parent bd70103 commit 67a958f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/example/views.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
class SearchForm(forms.Form):
1212
q = AutoCompleteField('cliche',
1313
required=True,
14-
help_text="Autocomplete will suggest clichés about cats, but you can enter anything you like.",
14+
help_text="Autocomplete will suggest clichés about cats, but "
15+
"you can enter anything you like.",
1516
label="Favorite Cliché",
1617
attrs={'size': 100})
1718

0 commit comments

Comments
 (0)