Skip to content

Commit 15e28bf

Browse files
committed
Fixed lint
1 parent 7e5df53 commit 15e28bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: ydb/tests/fq/tools/kqprun.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ def add_query(self, sql: str):
4646

4747
self.queries.append(query_path)
4848

49-
def yql_exec(self, verbose: bool = False, check_error: bool = True, var_templates: Optional[List[str]] = None, yql_program: Optional[str] = None, yql_tables: List[yql_utils.Table] = []) -> yql_utils.YQLExecResult:
49+
def yql_exec(self, verbose: bool = False, check_error: bool = True, var_templates: Optional[List[str]] = None,
50+
yql_program: Optional[str] = None, yql_tables: List[yql_utils.Table] = []) -> yql_utils.YQLExecResult:
5051
udfs_dir = self.udfs_dir
5152

5253
config_file = self.config_file

0 commit comments

Comments
 (0)