Skip to content

Commit

Permalink
patching mypy change
Browse files Browse the repository at this point in the history
  • Loading branch information
schuylermartin45 committed Dec 13, 2023
1 parent 7400625 commit ee77e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anaconda_packaging_utils/api/github_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@ def fetch_recipe(self, package: str) -> Recipe:
tag=f"{package}_recipe",
)
log.info("Recipe for `%s` downloaded to: %s", package, tmp)
return Recipe.from_file(tmp) # type: ignore[arg-type, misc]
return Recipe.from_file(tmp)

0 comments on commit ee77e31

Please sign in to comment.