Skip to content

Commit 6c8d689

Browse files
add docstring that got removed during fix of linting
1 parent 81ef2b0 commit 6c8d689

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyiceberg/expressions/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,8 @@ def __getnewargs__(self) -> Tuple[BooleanExpression]:
365365

366366

367367
class AlwaysTrue(BooleanExpression, Singleton, IcebergRootModel[str]):
368+
"""TRUE expression."""
369+
368370
root: str = "true"
369371

370372
def __invert__(self) -> AlwaysFalse:

0 commit comments

Comments
 (0)