Skip to content

Commit fb20477

Browse files
committed
chore(flake8): whitespace ...
Related to #451 Signed-off-by: Sebastian Thiel <byronimo@gmail.com>
1 parent ff0365e commit fb20477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/util.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@ def __init__(self, fn):
325325
def update(self, *args, **kwargs):
326326
self._callable(*args, **kwargs)
327327

328-
class Actor(object):
329328

329+
class Actor(object):
330330
"""Actors hold information about a person acting on the repository. They
331331
can be committers and authors or anything with a name and an email as
332332
mentioned in the git log entries."""

0 commit comments

Comments
 (0)