Skip to content

Commit 4197536

Browse files
committed
fix: typo in typingliteral
1 parent 2638c8d commit 4197536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyiceberg/expressions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ class Or(IcebergBaseModel, BooleanExpression):
307307

308308
model_config = ConfigDict(arbitrary_types_allowed=True)
309309

310-
type: TypingLiteral["str"] = Field(default="or", alias="type")
310+
type: TypingLiteral["or"] = Field(default="or", alias="type")
311311
left: BooleanExpression
312312
right: BooleanExpression
313313

0 commit comments

Comments
 (0)