diff options
author | Antoine Musso <hashar@free.fr> | 2014-11-16 21:09:47 +0100 |
---|---|---|
committer | Antoine Musso <hashar@free.fr> | 2014-11-16 21:09:47 +0100 |
commit | c8e70749887370a99adeda972cc3503397b5f9a7 (patch) | |
tree | 38e1241fd6d756f783b6b56dc6628ac3ca41ed4f /git/__init__.py | |
parent | bed3b0989730cdc3f513884325f1447eb378aaee (diff) | |
download | gitpython-c8e70749887370a99adeda972cc3503397b5f9a7.tar.gz |
pep8 linting (trailing whitespace)
W291 trailing whitespace
Diffstat (limited to 'git/__init__.py')
-rw-r--r-- | git/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git/__init__.py b/git/__init__.py index 17cd890d..d87dcbdb 100644 --- a/git/__init__.py +++ b/git/__init__.py @@ -41,8 +41,8 @@ from git.repo import Repo from git.remote import * from git.index import * from git.util import ( - LockFile, - BlockingLockFile, + LockFile, + BlockingLockFile, Stats, Actor ) |