Skip to content

Commit cb586a4

Browse files
committed
black formatted 'build_board_info.py'
1 parent 10706e9 commit cb586a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/build_board_info.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,8 @@ def create_pr(changes, updated, git_info, user):
220220
}
221221

222222
response = github.put(
223-
"/repos/{}/circuitpython-org/contents/_data/files.json".format(user), json=update_file
223+
"/repos/{}/circuitpython-org/contents/_data/files.json".format(user),
224+
json=update_file,
224225
)
225226
if not response.ok:
226227
print("unable to post new file")

0 commit comments

Comments
 (0)