Skip to content

Commit

Permalink
No default arguments for you
Browse files Browse the repository at this point in the history
  • Loading branch information
desmondcheongzx committed Nov 25, 2024
1 parent 291fad4 commit 7ec69c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daft/daft/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -1792,7 +1792,7 @@ class LogicalPlanBuilder:
kwargs: dict[str, Any] | None = None,
) -> LogicalPlanBuilder: ...
def schema(self) -> PySchema: ...
def optimize(self, execution_config: PyDaftExecutionConfig | None = None) -> LogicalPlanBuilder: ...
def optimize(self, execution_config: PyDaftExecutionConfig | None) -> LogicalPlanBuilder: ...
def to_physical_plan_scheduler(self, cfg: PyDaftExecutionConfig) -> PhysicalPlanScheduler: ...
def to_adaptive_physical_plan_scheduler(self, cfg: PyDaftExecutionConfig) -> AdaptivePhysicalPlanScheduler: ...
def repr_ascii(self, simple: bool) -> str: ...
Expand Down

0 comments on commit 7ec69c0

Please sign in to comment.