Improved docs
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
from collections import Callable
|
||||
|
||||
from iterable import Iterable
|
||||
from .._query.order_by import then_by_query, then_by_descending_query
|
||||
from ordered_iterable_abc import OrderedIterableABC
|
||||
from cpl_query._query.order_by import then_by_descending_query, then_by_query
|
||||
from cpl_query.extension.iterable import Iterable
|
||||
from cpl_query.extension.ordered_iterable_abc import OrderedIterableABC
|
||||
|
||||
|
||||
class OrderedIterable(Iterable, OrderedIterableABC):
|
||||
|
||||
Reference in New Issue
Block a user