From 55fd173c898da2930a331db7755a7338920d3c38 Mon Sep 17 00:00:00 2001 From: Harmon Date: Fri, 7 Feb 2020 06:23:53 -0600 Subject: Remove and replace compat.text_type --- 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 d3240c26..de8a238b 100644 --- a/git/compat.py +++ b/git/compat.py @@ -13,7 +13,6 @@ import sys from gitdb.utils.encoding import ( - text_type, # @UnusedImport force_bytes, # @UnusedImport force_text # @UnusedImport ) -- cgit v1.2.1