We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ee0c4 commit 360d457Copy full SHA for 360d457
first-steps-gitpython/read_repo.py
@@ -14,7 +14,6 @@ def print_commit(commit):
14
print(str(commit.authored_datetime))
15
print(str("count: {} and size: {}".format(commit.count(),
16
commit.size)))
17
- print(str(commit.size))
18
19
20
def print_repository(repo):
0 commit comments