Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Dec 3, 2024
1 parent e9bcb07 commit 44e217e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions samples/hello/async_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
from google.cloud.bigtable.data import row_filters
# [END bigtable_async_hw_imports]

# use to ignore warnings
row_filters


async def main(project_id, instance_id, table_id):
# [START bigtable_async_hw_connect]
Expand Down
4 changes: 4 additions & 0 deletions samples/hello/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@

# [END bigtable_hw_imports]

# use to avoid warnings
row_filters
column_family


def main(project_id, instance_id, table_id):
# [START bigtable_hw_connect]
Expand Down

0 comments on commit 44e217e

Please sign in to comment.