Skip to content

Commit

Permalink
added missing ,
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Nov 8, 2024
1 parent df8fee1 commit c5e88f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def create_table(project, instance_id, table_id, column_families={}):
exceptions.PreconditionFailed,
exceptions.FailedPrecondition,
exceptions.NotFound,
)
),
timeout=120,
)
def wait_for_table(table):
Expand Down

0 comments on commit c5e88f8

Please sign in to comment.