Skip to content

Commit

Permalink
rm_aio at function level by default
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Oct 25, 2024
1 parent 480b139 commit bee3e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/cloud/bigtable/data/_cross_sync/_decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def __init__(
*,
replace_symbols: dict[str, str] | None = None,
docstring_format_vars: dict[str, tuple[str, str]] | None = None,
rm_aio: bool = False,
rm_aio: bool = True,
):
super().__init__(
sync_name=sync_name,
Expand Down

0 comments on commit bee3e84

Please sign in to comment.