Revert "black formatted 'build_board_info.py'"
Originally ran black with the incorrect line length
This reverts commit cb586a4018
.
This commit is contained in:
commit
37007b4158
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user