Skip to content

Commit 9977269

Browse files
ruff format
Signed-off-by: Alberto Suman <alberto.suman@1komma5grad.com>
1 parent 0520509 commit 9977269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlmesh/core/engine_adapter/bigquery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@ def _execute(
11101110

11111111
# Create job config
11121112
job_config = QueryJobConfig(**self._job_params, connection_properties=connection_properties)
1113-
1113+
11141114
self._query_job = self._db_call(
11151115
self.client.query,
11161116
query=sql,

0 commit comments

Comments
 (0)