Cleaned code

This commit is contained in:
2023-04-04 13:58:37 +02:00
parent 083e1ce4a1
commit 01309e3124
2 changed files with 12 additions and 10 deletions

View File

@@ -251,8 +251,6 @@ class IterableQueryTestCase(unittest.TestCase):
self.assertEqual(res, s_res)
def test_then_by_descending(self):
x = List(int, List.range(1, 10)).order_by(lambda x: x).th
res = (
self._tests.order_by_descending(lambda user: user.address.street)
.then_by_descending(lambda user: user.address.nr)