Skip to content

Commit

Permalink
Fix static checks in common SQL hooks (#44930)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahar1 authored Dec 14, 2024
1 parent 4675389 commit ad3d022
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from collections.abc import Iterable


def return_single_query_results(sql: str | Iterable[str], return_last: bool, split_statements: bool):
def return_single_query_results(sql: str | Iterable[str], return_last: bool, split_statements: bool | None):
"""
Determine when results of single query only should be returned.
Expand Down

0 comments on commit ad3d022

Please sign in to comment.