Skip to content

Commit

Permalink
replacing yield with list in scylla write
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jan 6, 2025
1 parent d27455c commit c99c697
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -607,4 +607,4 @@ def _get_cql_statement(
self._prepared_statements[cache_key] = session.prepare(statement)
return self._prepared_statements[cache_key]
else:
return statement
return statement

0 comments on commit c99c697

Please sign in to comment.