pre-commit autoupdate: pyupgrade v2.34.0 -> v2.37.0 (#6245)
* pre-commit autoupdate: pyupgrade v2.34.0 -> v2.37.0 * pre-commit run --all-files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import itertools
|
||||
import string
|
||||
from typing import Generator, Iterable
|
||||
from collections.abc import Generator, Iterable
|
||||
|
||||
|
||||
def chunker(seq: Iterable[str], size: int) -> Generator[tuple[str, ...], None, None]:
|
||||
|
||||
Reference in New Issue
Block a user