Skip to content

Commit 24a356e

Browse files
authored
Update pyiceberg/expressions/literals.py
1 parent 7479822 commit 24a356e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎pyiceberg/expressions/literals.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def __str__(self) -> str:
187187

188188

189189
class BelowMin(Literal[L]):
190-
def __init__(self, value: Any, value_type: type[Any], /, **data: Any) -> None:
190+
def __init__(self, value: L, value_type: type[L], /, **data: Any) -> None:
191191
super().__init__(value, value_type, **data)
192192

193193
def __repr__(self) -> str:

0 commit comments

Comments
 (0)