Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 17, 2024
1 parent f6cb42a commit c007c2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/pycafe/test.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import os
import sys

from github import Github

import os

# Authenticate with GitHub
access_token = os.getenv("GITHUB_TOKEN")
g = Github(access_token)
Expand Down

0 comments on commit c007c2e

Please sign in to comment.