fix(pre_commit): 🎨 auto format pre-commit hooks

This commit is contained in:
pre-commit-ci[bot] 2024-04-05 16:02:55 +00:00
parent 473f140133
commit 0a919db9fd
2 changed files with 2 additions and 2 deletions

View File

@ -15,4 +15,4 @@ status: new
<h2>fill</h2>
</div>
:::supervision.utils.iterables.fill
:::supervision.utils.iterables.fill

View File

@ -4,7 +4,7 @@ V = TypeVar("V")
def create_batches(
sequence: Iterable[V], batch_size: int
sequence: Iterable[V], batch_size: int
) -> Generator[List[V], None, None]:
"""
Provides a generator that yields chunks of the input sequence