Skip to content

Commit

Permalink
Update src/rattler_build_conda_compat/recipe_sources.py
Browse files Browse the repository at this point in the history
Co-authored-by: Bas Zalmstra <zalmstra.bas@gmail.com>
  • Loading branch information
tdejager and baszalmstra committed Jul 16, 2024
1 parent fcff378 commit 0367663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rattler_build_conda_compat/recipe_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class Source(TypedDict):
url: NotRequired[str]

def get_all_url_sources(recipe: Mapping[Any, Any]) -> Generator[str, None, None]:
def get_all_url_sources(recipe: Mapping[Any, Any]) -> Iterator[str]:
"""
Get all url sources from the recipe. This can be from a list of sources, a single source, or conditional and its branches.
Expand Down

0 comments on commit 0367663

Please sign in to comment.