mirror of
https://github.com/beetbox/beets.git
synced 2026-01-06 07:53:40 +01:00
Update typing
Co-authored-by: Benedikt <wisp3rwind@posteo.eu>
This commit is contained in:
parent
d82e526044
commit
7e6d716f26
1 changed files with 1 additions and 1 deletions
|
|
@ -1056,7 +1056,7 @@ def asciify_path(path: AnyStr, sep_replace: str) -> str:
|
|||
return os.sep.join(path_components)
|
||||
|
||||
|
||||
def par_map(transform: Callable, items: Sequence):
|
||||
def par_map(transform: Callable, items: Iterable):
|
||||
"""Apply the function `transform` to all the elements in the
|
||||
iterable `items`, like `map(transform, items)` but with no return
|
||||
value.
|
||||
|
|
|
|||
Loading…
Reference in a new issue