black formatted 'build_board_info.py'

This commit is contained in:
sommersoft 2021-09-05 18:42:05 -05:00
parent 10706e9376
commit cb586a4018
1 changed files with 2 additions and 1 deletions

View File

@ -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")