Skip to content

Commit d5779b0

Browse files
Update deepnote_toolkit/sql/sql_execution.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 6c748d4 commit d5779b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deepnote_toolkit/sql/sql_execution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# 1. https://github.com/googleapis/python-bigquery/pull/2331 is merged and released
4444
# 2. Dependencies updated for the toolkit. We don't depend on google-cloud-bigquery directly, but it's transitive
4545
# dependency through sqlalchemy-bigquery
46-
def _monkeypatch_bigquery_wait_or_cancel():
46+
def _monkeypatch_bigquery_wait_or_cancel() -> None:
4747
try:
4848
from typing import Optional, Union
4949

0 commit comments

Comments
 (0)