Skip to content

Commit 9d1665d

Browse files
committed
Linting error
1 parent 4b8a497 commit 9d1665d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python/pyspark/sql/streaming/stateful_processor_api_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ def _normalize_value(v: Any) -> Any:
6262
def _normalize_tuple(data: Tuple) -> Tuple:
6363
return tuple(_normalize_value(v) for v in data)
6464
else:
65+
6566
def _normalize_tuple(data: Tuple) -> Tuple:
6667
return data # toInternal handles tuples natively
6768

0 commit comments

Comments
 (0)