From b5dd2f0c0ed534ecbc1c1a2d8e07319799a4e9c7 Mon Sep 17 00:00:00 2001 From: Harmon Date: Fri, 7 Feb 2020 05:21:49 -0600 Subject: Remove and replace compat.xrange --- git/compat.py | 1 - 1 file changed, 1 deletion(-) (limited to 'git/compat.py') diff --git a/git/compat.py b/git/compat.py index 374902cf..d3a12dd4 100644 --- a/git/compat.py +++ b/git/compat.py @@ -14,7 +14,6 @@ import codecs from gitdb.utils.compat import ( - xrange, MAXSIZE, # @UnusedImport izip, # @UnusedImport ) -- cgit v1.2.3