Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
  • Loading branch information
alyssawilk committed Oct 14, 2024
1 parent 96599a2 commit 8587245
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/deprecate_guards/deprecate_guards.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,7 @@ def get_runtime_and_pr():
access_token = os.getenv('GITHUB_TOKEN')
if not access_token:
print(
'Missing GITHUB_TOKEN: see instructions in tools/deprecate_guards/deprecate_guards.py'
)
'Missing GITHUB_TOKEN: see instructions in tools/deprecate_guards/deprecate_guards.py')
sys.exit(1)

create_issues(access_token, runtime_and_pr)

0 comments on commit 8587245

Please sign in to comment.