Skip to content

Commit

Permalink
gh-ls-org: Apply black formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Sep 18, 2024
1 parent bad9b65 commit b75e4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/flatpak-external-data-checker/gh-ls-org
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if __name__ == "__main__":
weeks=5
)

github_token = os.environ['GITHUB_TOKEN']
github_token = os.environ["GITHUB_TOKEN"]
g = github.Github(github_token, per_page=200)

org = g.get_organization(args.organization)
Expand Down

0 comments on commit b75e4b6

Please sign in to comment.