Improved query

This commit is contained in:
2022-09-15 17:00:22 +02:00
parent ae3192b63c
commit 47ed0a705d
4 changed files with 13 additions and 9 deletions

View File

@@ -340,4 +340,4 @@ class Iterable(IterableABC):
if _func(element):
result.append(element)
return result
return result