Skip to content

Commit

Permalink
fixed mypy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Oct 25, 2024
1 parent 36c78ba commit 6135ccc
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 @@ -308,7 +308,7 @@ def __init__(
sync_name: str | None = None,
*,
replace_symbols: dict[str, str] | None = None,
docstring_format_vars: dict[str, tuple[str, str]] | None = None,
docstring_format_vars: dict[str, tuple[str | None, str | None]] | None = None,
rm_aio: bool = True,
):
super().__init__(
Expand Down

0 comments on commit 6135ccc

Please sign in to comment.