Skip to content

Commit

Permalink
relax type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering authored and dimbleby committed Oct 3, 2022
1 parent a989a1e commit 5c1cf9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/poetry/utils/extras.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

def get_extra_package_names(
packages: Iterable[Package],
extras: Mapping[NormalizedName, list[NormalizedName]],
extras: Mapping[NormalizedName, Iterable[NormalizedName]],
extra_names: Collection[NormalizedName],
) -> set[NormalizedName]:
"""
Expand Down

0 comments on commit 5c1cf9d

Please sign in to comment.