Skip to content

Commit 8e4dc7e

Browse files
committed
remove comment from simplify
1 parent 0588485 commit 8e4dc7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sqlglot/optimizer/simplify.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def simplify(
5959
coalesce_simplification: whether the simplify coalesce rule should be used.
6060
This rule tries to remove coalesce functions, which can be useful in certain analyses but
6161
can leave the query more verbose.
62-
dialect: the dialect to use for simplification
6362
Returns:
6463
sqlglot.Expression: simplified expression
6564
"""

0 commit comments

Comments
 (0)