Skip to content

Commit

Permalink
cq
Browse files Browse the repository at this point in the history
  • Loading branch information
MCPN committed Nov 16, 2023
1 parent 6a29a06 commit 0498e6c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/dl_connector_ydb/dl_connector_ydb/formula_ref/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ class YQLFormulaRefPlugin(FormulaRefPlugin):
function_extensions = [
FUNCTION_NOW.extend(
dialect=YqlDialect.YDB,
notes=(
Note(Translatable("On {dialects:YQL}, the function always returns the UTC date and time.")),
),
notes=(Note(Translatable("On {dialects:YQL}, the function always returns the UTC date and time.")),),
),
]

0 comments on commit 0498e6c

Please sign in to comment.