gh-ls-org: Apply black formatting fixes

This commit is contained in:
bbhtt
2024-09-18 19:57:09 +05:30
parent bad9b653b5
commit b75e4b688f
@@ -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)