mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #21268 -- Fixed E303 pep8 warnings
This commit is contained in:
parent
65d1d65d52
commit
bab9123daa
53 changed files with 2 additions and 87 deletions
|
@ -1527,7 +1527,6 @@ class Queries5Tests(TestCase):
|
|||
['<Ranking: 1: a3>', '<Ranking: 2: a2>', '<Ranking: 3: a1>']
|
||||
)
|
||||
|
||||
|
||||
# Ordering of extra() pieces is possible, too and you can mix extra
|
||||
# fields and model fields in the ordering.
|
||||
self.assertQuerysetEqual(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue