mirror of
https://github.com/django/django.git
synced 2025-12-04 00:55:36 +00:00
Fixed #21287 -- Fixed E123 pep8 warnings
This commit is contained in:
parent
65750b8352
commit
a800036981
71 changed files with 152 additions and 152 deletions
|
|
@ -123,7 +123,7 @@ class ParserTests(TestCase):
|
|||
'1|two_arguments',
|
||||
'1|two_arguments:"1"',
|
||||
'1|two_one_opt_arg',
|
||||
):
|
||||
):
|
||||
with self.assertRaises(TemplateSyntaxError):
|
||||
FilterExpression(expr, p)
|
||||
for expr in (
|
||||
|
|
@ -135,5 +135,5 @@ class ParserTests(TestCase):
|
|||
'1|one_opt_argument:"1"',
|
||||
# Not supplying all
|
||||
'1|two_one_opt_arg:"1"',
|
||||
):
|
||||
):
|
||||
FilterExpression(expr, p)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue