Skip to content

Commit f09ba02

Browse files
AniketsyFokko
andauthored
Update pyiceberg/expressions/__init__.py
Co-authored-by: Fokko Driesprong <fokko@apache.org>
1 parent 92cec6f commit f09ba02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyiceberg/expressions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ def as_unbound(self) -> Type[NotIn[L]]:
679679

680680

681681
class In(SetPredicate[L]):
682-
type: Literal["in"] = Field(default="in", alias="type")
682+
type: TypingLiteral["in"] = Field(default="in", alias="type")
683683

684684
def __new__( # type: ignore # pylint: disable=W0221
685685
cls, term: Union[str, UnboundTerm[Any]], literals: Union[Iterable[L], Iterable[Literal[L]]]

0 commit comments

Comments
 (0)