From a10ceef3599b6efc0e785cfce17f9dd3275d174f Mon Sep 17 00:00:00 2001 From: Harmon Date: Fri, 7 Feb 2020 06:09:28 -0600 Subject: Remove and replace compat.MAXSIZE --- 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 6089cf4f..ed36c461 100644 --- a/git/compat.py +++ b/git/compat.py @@ -13,7 +13,6 @@ import sys from gitdb.utils.compat import ( - MAXSIZE, # @UnusedImport izip, # @UnusedImport ) from gitdb.utils.encoding import ( -- cgit v1.2.1