Skip to content

Commit 477b005

Browse files
author
github-actions
committed
[github-actions] Apply auto-formatting using ruff
1 parent fc8bee1 commit 477b005

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hands_on/branch_rename.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ def download(verbose: bool):
1616
"horror.txt",
1717
"""
1818
Horror Stories
19-
"""
19+
""",
2020
)
2121
add(["."], verbose)
2222
commit("Add horror.txt", verbose)
23-
23+
2424
checkout("textbooks", True, verbose)
2525
create_or_update_file(
2626
"textbooks.txt",
2727
"""
2828
Textbooks
29-
"""
29+
""",
3030
)
3131
add(["."], verbose)
3232
commit("Add textbooks.txt", verbose)
@@ -37,7 +37,7 @@ def download(verbose: bool):
3737
"fantasy.txt",
3838
"""
3939
Fantasy Books
40-
"""
40+
""",
4141
)
4242
add(["."], verbose)
4343
commit("Add fantasy.txt", verbose)

0 commit comments

Comments
 (0)