summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2016-05-29 12:47:56 +0200
committerSebastian Thiel <byronimo@gmail.com>2016-05-29 12:48:31 +0200
commitfb20477629bf83e66edc721725effa022a4d6170 (patch)
tree8679af2c0f287eb95b15b3a0cdae21018c5576aa
parentff0365e053a6fa51a7f4e266c290c5e5bd309f6a (diff)
downloadgitpython-fb20477629bf83e66edc721725effa022a4d6170.tar.gz
chore(flake8): whitespace ...
Related to #451 Signed-off-by: Sebastian Thiel <byronimo@gmail.com>
-rw-r--r--git/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/util.py b/git/util.py
index 16cc81c2..64fa45e1 100644
--- a/git/util.py
+++ b/git/util.py
@@ -325,8 +325,8 @@ class CallableRemoteProgress(RemoteProgress):
def update(self, *args, **kwargs):
self._callable(*args, **kwargs)
-class Actor(object):
+class Actor(object):
"""Actors hold information about a person acting on the repository. They
can be committers and authors or anything with a name and an email as
mentioned in the git log entries."""