Skip to content

Commit be1faa2

Browse files
committed
update read repo example
1 parent 360d457 commit be1faa2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

first-steps-gitpython/read_repo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ def print_commit(commit):
1717

1818

1919
def print_repository(repo):
20-
print('Repo active branch is {}'.format(repo.active_branch))
2120
print('Repo description: {}'.format(repo.description))
2221
print('Repo active branch is {}'.format(repo.active_branch))
2322
for remote in repo.remotes:

0 commit comments

Comments
 (0)