Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions pyiceberg/expressions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,6 @@ def __getnewargs__(self) -> Tuple[BooleanExpression]:
"""Pickle the Not class."""
return (self.child,)

"""TRUE expression."""


class AlwaysTrue(BooleanExpression, Singleton, IcebergRootModel[str]):
"""TRUE expression."""
Expand Down