Skip to content

Commit 6d5f036

Browse files
committed
refactor(api)!: ibis.param is now positional-only
1 parent 1e3473a commit 6d5f036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibis/expr/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"""
176176

177177

178-
def param(type: dt.DataType) -> ir.Scalar:
178+
def param(type: dt.DataType, /) -> ir.Scalar:
179179
"""Create a deferred parameter of a given type.
180180
181181
Parameters

0 commit comments

Comments
 (0)