Skip to content

Commit 75532f9

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

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
@@ -696,7 +696,7 @@ def __new__( # type: ignore # pylint: disable=W0221
696696

697697
def __invert__(self) -> NotIn[L]:
698698
"""Transform the Expression into its negated version."""
699-
return NotIn[L](self.term, self._literals)
699+
return NotIn[L](self.term, self.literals)
700700

701701
@property
702702
def as_bound(self) -> Type[BoundIn[L]]:

0 commit comments

Comments
 (0)