From fb20477629bf83e66edc721725effa022a4d6170 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 29 May 2016 12:47:56 +0200 Subject: chore(flake8): whitespace ... Related to #451 Signed-off-by: Sebastian Thiel --- git/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/util.py') 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.""" -- cgit v1.2.1