Revert "black formatted 'build_board_info.py'"

Originally ran black with the incorrect line length

This reverts commit cb586a4018.
This commit is contained in:
sommersoft 2021-09-05 18:52:37 -05:00
commit 37007b4158

View File

@ -220,8 +220,7 @@ 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")