Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fengjialin authored and fengjialin committed Mar 11, 2024
1 parent 20e2afb commit cbaaaaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def _create_table(self, table_name: str) -> None:
),
schema=schema.Schema(fields=fields, indexes=indexes),
)

while True:
time.sleep(1)
table = self.database.describe_table(table_name)
Expand Down

0 comments on commit cbaaaaf

Please sign in to comment.