Skip to content

Commit

Permalink
Remove return per code review nit
Browse files Browse the repository at this point in the history
  • Loading branch information
odeke-em committed Jan 10, 2025
1 parent f4a5d48 commit 218db3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/spanner_v1/merged_result_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def run(self):
"CloudSpanner.PartitionExecutor.run",
observability_options=observability_options,
):
return self.__run()
self.__run()

def __run(self):
results = None
Expand Down

0 comments on commit 218db3e

Please sign in to comment.