Skip to content

Commit

Permalink
Reformatted per pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Jan 15, 2025
1 parent 6ba8208 commit 20f38d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/graphql.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
URL,
json=query_param,
headers={
"Authorization": f'Bearer {config["GH_TOKEN"]}',
"Authorization": f"Bearer {config['GH_TOKEN']}",
},
timeout=5,
)
Expand Down

0 comments on commit 20f38d6

Please sign in to comment.