Skip to content

Commit

Permalink
Update conda_smithy/lint_recipe.py
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Sep 18, 2024
1 parent e7a34de commit 270f439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_smithy/lint_recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ def _cached_gh_with_token(token: str) -> github.Github:
return github.Github(auth=github.Auth.Token(token))


def _cached_gh(): -> github.Github:
def _cached_gh() -> github.Github:
return _cached_gh_with_token(os.environ["GH_TOKEN"])


Expand Down

0 comments on commit 270f439

Please sign in to comment.