Skip to content

Commit f196a72

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyiceberg/expressions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ def as_bound(self) -> Type[BoundIn[L]]:
703703

704704

705705
class NotIn(SetPredicate[L], ABC):
706-
type: str = Field(default="not-in", alias="type")
706+
type: TypingLiteral["not-in"] = Field(default="not-in", alias="type")
707707

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

0 commit comments

Comments
 (0)