Skip to content

Commit 9975f33

Browse files
committed
[ci] apply automatic fixes
Signed-off-by: feldera-bot <feldera-bot@feldera.com>
1 parent 6672146 commit 9975f33

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python/felderize/spark/feldera_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import tempfile
55
from pathlib import Path
66

7+
78
def validate_sql(sql: str, compiler_path: str | Path | None = None) -> list[str]:
89
"""Validate SQL using the local sql-to-dbsp compiler. Returns compiler errors."""
910
if not compiler_path:

0 commit comments

Comments
 (0)