Skip to content

Commit

Permalink
review #2
Browse files Browse the repository at this point in the history
Co-authored-by: Pavel Zwerschke <[email protected]>
  • Loading branch information
ytausch and pavelzw authored Nov 30, 2024
1 parent 812fe9d commit 6c6777f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_forge_tick/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def make_graph(
)
@pass_context
def update_upstream_versions(
ctx: CliContext, job: int, n_jobs: int, feedstock: Optional[str]
ctx: CliContext, job: int, n_jobs: int, feedstock: str | None
) -> None:
"""
Update the upstream versions of feedstocks in the graph.
Expand Down

0 comments on commit 6c6777f

Please sign in to comment.