Skip to content

Commit 0db2562

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

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyiceberg/expressions/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,6 @@ def as_bound(self) -> Type[BoundNotNaN[L]]:
563563

564564
class SetPredicate(UnboundPredicate[L], IcebergBaseModel, ABC):
565565
type: str = Field(default="in", alias="type")
566-
term: str
567566
literals: Set[Literal[L]] = Field(alias="items")
568567

569568
def __init__(self, term: Union[str, UnboundTerm[Any]], literals: Union[Iterable[L], Iterable[Literal[L]]]):

0 commit comments

Comments
 (0)