From 0498e6c5206b736290d1a8dd32ddca9ab80f2cb5 Mon Sep 17 00:00:00 2001 From: Nikolay Proskurin Date: Thu, 16 Nov 2023 17:48:42 +0100 Subject: [PATCH] cq --- lib/dl_connector_ydb/dl_connector_ydb/formula_ref/plugin.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/dl_connector_ydb/dl_connector_ydb/formula_ref/plugin.py b/lib/dl_connector_ydb/dl_connector_ydb/formula_ref/plugin.py index e3d4135af..f857c19de 100644 --- a/lib/dl_connector_ydb/dl_connector_ydb/formula_ref/plugin.py +++ b/lib/dl_connector_ydb/dl_connector_ydb/formula_ref/plugin.py @@ -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.")),), ), ]