Skip to content

Commit 2e8ab86

Browse files
committed
format
1 parent 307b676 commit 2e8ab86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/datafusion/unparser.py

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def plan_to_sql(self, plan: LogicalPlan) -> str:
6363
"""Convert a logical plan to a SQL string."""
6464
return self.unparser.plan_to_sql(plan._raw_plan)
6565

66+
6667
__all__ = [
6768
"Dialect",
6869
"Unparser",

0 commit comments

Comments
 (0)