We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b601439 commit 1340958Copy full SHA for 1340958
1 file changed
datajoint/condition.py
@@ -62,7 +62,7 @@ def append(self, restriction):
62
63
64
class Top:
65
- def __init__(self, order_by, limit, offset=0):
+ def __init__(self, order_by, limit=None, offset=0):
66
self.order_by = order_by
67
self.limit = limit
68
self.offset = offset
0 commit comments