diff options
author | Harmon <Harmon758@gmail.com> | 2020-02-07 05:21:49 -0600 |
---|---|---|
committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-02-08 10:55:50 +0800 |
commit | b5dd2f0c0ed534ecbc1c1a2d8e07319799a4e9c7 (patch) | |
tree | 552484709b240e44b62e652c076bb62766429b00 /git/compat.py | |
parent | ae7499f316770185d6e9795430fa907ca3f29679 (diff) | |
download | gitpython-b5dd2f0c0ed534ecbc1c1a2d8e07319799a4e9c7.tar.gz |
Remove and replace compat.xrange
Diffstat (limited to 'git/compat.py')
-rw-r--r-- | git/compat.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 ) |