diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2016-06-14 07:29:12 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2016-06-14 07:29:12 +0200 |
commit | 4510b3c42b85305c95c1f39be2b9872be52c2e5e (patch) | |
tree | 35710a3931ee1cded348a911a0e6beff02662e4f /git/remote.py | |
parent | d5739cd466f77a60425bd2860895799f7c9359d9 (diff) | |
download | gitpython-4510b3c42b85305c95c1f39be2b9872be52c2e5e.tar.gz |
fix(flake): misc whitespace fixes
Diffstat (limited to 'git/remote.py')
-rw-r--r-- | git/remote.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/git/remote.py b/git/remote.py index 347d2844..e30debb7 100644 --- a/git/remote.py +++ b/git/remote.py @@ -8,7 +8,6 @@ import re import os -from .exc import GitCommandError from .config import ( SectionConstraint, cp, |