Skip to content

Commit 510c4d0

Browse files
committed
Remove weird artifact
1 parent 3d6f4d4 commit 510c4d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/datafusion/functions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,6 @@ def atan2(y: Expr, x: Expr) -> Expr:
586586
>>> df = ctx.from_pydict({"y": [0.0], "x": [1.0]})
587587
>>> result = df.select(
588588
... dfn.functions.atan2(dfn.col("y"), dfn.col("x")).alias("atan2"))
589-
>>> result = result
590589
>>> result.collect_column("atan2")[0].as_py()
591590
0.0
592591
"""

0 commit comments

Comments
 (0)