From 5d22d57010e064cfb9e0b6160e7bd3bb31dbfffc Mon Sep 17 00:00:00 2001 From: Harmon Date: Fri, 7 Feb 2020 06:13:35 -0600 Subject: Remove and replace compat.izip --- git/compat.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'git/compat.py') 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 -- cgit v1.2.3