Skip to content

Commit 5fb5a44

Browse files
committed
fixed lint
1 parent d01eb55 commit 5fb5a44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/google-cloud-firestore/google/cloud/firestore_v1/pipeline_expressions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3012,6 +3012,8 @@ def __init__(self, query: Expression | str):
30123012
[Expression._cast_to_expr_or_convert_to_constant(query)],
30133013
use_infix_repr=False,
30143014
)
3015+
3016+
30153017
class Variable(Expression):
30163018
"""
30173019
Creates an expression that retrieves the value of a variable bound via `Pipeline.define`.

0 commit comments

Comments
 (0)