diff options
author | Harmon <Harmon758@gmail.com> | 2020-02-07 06:13:35 -0600 |
---|---|---|
committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-02-08 10:55:50 +0800 |
commit | 5d22d57010e064cfb9e0b6160e7bd3bb31dbfffc (patch) | |
tree | 644aa332f73c241ea51d1178d66c8284e3c3e26e /git/compat.py | |
parent | a10ceef3599b6efc0e785cfce17f9dd3275d174f (diff) | |
download | gitpython-5d22d57010e064cfb9e0b6160e7bd3bb31dbfffc.tar.gz |
Remove and replace compat.izip
Diffstat (limited to 'git/compat.py')
-rw-r--r-- | git/compat.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/git/compat.py b/git/compat.py index ed36c461..91676327 100644 --- a/git/compat.py +++ b/git/compat.py @@ -12,9 +12,6 @@ import os import sys -from gitdb.utils.compat import ( - izip, # @UnusedImport -) from gitdb.utils.encoding import ( string_types, # @UnusedImport text_type, # @UnusedImport |