diff --git a/pyiceberg/expressions/__init__.py b/pyiceberg/expressions/__init__.py index 2d7333838c..16210bae68 100644 --- a/pyiceberg/expressions/__init__.py +++ b/pyiceberg/expressions/__init__.py @@ -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."""