Skip to content

Commit aee072c

Browse files
committed
fix: typo in typingliteral
1 parent 68089c2 commit aee072c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)