Skip to content

Commit

Permalink
chore(deps): bump the production-dependencies group across 1 director…
Browse files Browse the repository at this point in the history
…y with 5 updates (#2923)
  • Loading branch information
dependabot[bot] authored Aug 8, 2024
1 parent 1c6809d commit 87acc54
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 114 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ def _sample_fragments(self) -> list[_SampleInfo]:
sample,
)
)
sample_bar = ProgressBar("Parquet Files Sample", len(futures))
sample_bar = ProgressBar(name="Parquet Files Sample", total=len(futures), unit="file samples")
sample_infos = sample_bar.fetch_until_complete(futures)
sample_bar.close() # type: ignore[no-untyped-call]

Expand Down
Loading

0 comments on commit 87acc54

Please sign in to comment.