Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
georgesittas committed Mar 26, 2024
1 parent ea562b3 commit c422c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlglot/expressions.py
Expand Up @@ -74,7 +74,7 @@ class Expression(metaclass=_Expression):
parent: a reference to the parent expression (or None, in case of root expressions).
arg_key: the arg key an expression is associated with, i.e. the name its parent expression
uses to refer to it.
index: the index of an expression if it is inside of a list argument in its parent
index: the index of an expression if it is inside of a list argument in its parent.
comments: a list of comments that are associated with a given expression. This is used in
order to preserve comments when transpiling SQL code.
type: the `sqlglot.expressions.DataType` type of an expression. This is inferred by the
Expand Down

0 comments on commit c422c8c

Please sign in to comment.