black formatted 'build_board_info.py'
This commit is contained in:
parent
10706e9376
commit
cb586a4018
|
@ -220,7 +220,8 @@ def create_pr(changes, updated, git_info, user):
|
|||
}
|
||||
|
||||
response = github.put(
|
||||
"/repos/{}/circuitpython-org/contents/_data/files.json".format(user), json=update_file
|
||||
"/repos/{}/circuitpython-org/contents/_data/files.json".format(user),
|
||||
json=update_file,
|
||||
)
|
||||
if not response.ok:
|
||||
print("unable to post new file")
|
||||
|
|
Loading…
Reference in New Issue