mirror of
https://github.com/django/django.git
synced 2025-11-01 20:31:40 +00:00
Fixed #26176 -- Fixed E123 flake8 warnings.
This commit is contained in:
parent
275314512d
commit
406675b1a0
16 changed files with 536 additions and 548 deletions
|
|
@ -428,8 +428,9 @@ class NonAggregateAnnotationTestCase(TestCase):
|
|||
F('ticker_name'),
|
||||
F('description'),
|
||||
Value('No Tag'),
|
||||
function='COALESCE')
|
||||
).order_by('name')
|
||||
function='COALESCE'
|
||||
)
|
||||
).order_by('name')
|
||||
|
||||
self.assertQuerysetEqual(
|
||||
qs, [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue