Skip to content

Commit d213a26

Browse files
author
github-actions
committed
[github-actions] Apply auto-formatting using ruff
1 parent f15adc8 commit d213a26

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

hands_on/remote_branch_pull.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
import os
22

33
from exercise_utils.file import append_to_file
4-
from exercise_utils.git import (
5-
add,
6-
checkout,
7-
clone_repo_with_git,
8-
commit,
9-
push
10-
)
4+
from exercise_utils.git import add, checkout, clone_repo_with_git, commit, push
115
from exercise_utils.github_cli import (
126
get_github_username,
137
fork_repo,
@@ -42,4 +36,3 @@ def download(verbose: bool):
4236
commit("Add Pam to employees.txt", verbose)
4337

4438
push("origin", "hiring", verbose)
45-

0 commit comments

Comments
 (0)