Skip to content

Commit 37007b4

Browse files
committed
Revert "black formatted 'build_board_info.py'"
Originally ran black with the incorrect line length This reverts commit cb586a4.
2 parents cb586a4 + 791937b commit 37007b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/build_board_info.py

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

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

0 commit comments

Comments
 (0)