fix(pre_commit): 🎨 auto format pre-commit hooks
This commit is contained in:
parent
473f140133
commit
0a919db9fd
|
|
@ -15,4 +15,4 @@ status: new
|
|||
<h2>fill</h2>
|
||||
</div>
|
||||
|
||||
:::supervision.utils.iterables.fill
|
||||
:::supervision.utils.iterables.fill
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue