Skip to content

Commit 360d457

Browse files
committed
update read_repo file for latest blog post
1 parent 82ee0c4 commit 360d457

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
@@ -14,7 +14,6 @@ def print_commit(commit):
1414
print(str(commit.authored_datetime))
1515
print(str("count: {} and size: {}".format(commit.count(),
1616
commit.size)))
17-
print(str(commit.size))
1817

1918

2019
def print_repository(repo):

0 commit comments

Comments
 (0)