Skip to content

Commit 386151e

Browse files
fix
1 parent 0469052 commit 386151e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/bigframes/bigframes/core/expression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ def output_type(self) -> dtypes.ExpressionType:
365365

366366

367367
@dataclasses.dataclass(frozen=True)
368-
class Omitted(Expression):
368+
class OmittedArg(Expression):
369369
"""Represents an omitted optional arg used calling a function."""
370370

371371
@property

packages/bigframes/third_party/bigframes_vendored/ibis/expr/operations/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ class Impure(Value):
189189

190190

191191
@public
192-
class Omitted(Value):
192+
class OmittedArg(Value):
193193
pass
194194

195195

0 commit comments

Comments
 (0)