Skip to content

Commit 06dd5d4

Browse files
authored
nit: Remove dangling string (#2650)
<!-- Thanks for opening a pull request! --> <!-- In the case this PR will resolve an issue, please replace ${GITHUB_ISSUE_ID} below with the actual Github issue id. --> <!-- Closes #${GITHUB_ISSUE_ID} --> # Rationale for this change ## Are these changes tested? ## Are there any user-facing changes? <!-- In the case of user-facing changes, please add the changelog label. -->
1 parent 807de50 commit 06dd5d4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyiceberg/expressions/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,6 @@ def __getnewargs__(self) -> Tuple[BooleanExpression]:
373373
"""Pickle the Not class."""
374374
return (self.child,)
375375

376-
"""TRUE expression."""
377-
378376

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

0 commit comments

Comments
 (0)