Skip to content

Commit

Permalink
fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Nov 22, 2024
1 parent 7831dc8 commit a8b93cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions google/cloud/bigtable/data/_async/_mutate_rows.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
from google.cloud.bigtable_v2.services.bigtable.client import ( # type: ignore
BigtableClient as GapicClientType,
)
from google.cloud.bigtable_v2.services.bigtable.client import ( # type: ignore
from google.cloud.bigtable_v2.services.bigtable.client import ( # type: ignore
_ApiSurface as ApiSurfaceType
)
from google.cloud.bigtable.data._sync_autogen.client import Table as TableType # type: ignore
)
from google.cloud.bigtable.data._sync_autogen.client import Table as TableType # type: ignore

__CROSS_SYNC_OUTPUT__ = "google.cloud.bigtable.data._sync_autogen._mutate_rows"

Expand Down

0 comments on commit a8b93cf

Please sign in to comment.