Skip to content

Commit

Permalink
formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Feb 10, 2024
1 parent da26c9f commit bd85531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/curate_gpt/wrappers/general/github_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def get_token(token: str = None) -> Optional[str]:
return token
"""Get token from env var"""
token = os.environ.get("CURATEGPT_GITHUB_TOKEN")
#if not token:
# if not token:
# raise ValueError("CURATEGPT_GITHUB_TOKEN env var not set")
return token

Expand Down

0 comments on commit bd85531

Please sign in to comment.