diff options
author | Harmon <Harmon758@gmail.com> | 2020-02-07 06:23:53 -0600 |
---|---|---|
committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-02-08 10:55:50 +0800 |
commit | 55fd173c898da2930a331db7755a7338920d3c38 (patch) | |
tree | 5c25fca6831f9056787f90f7fabf76cafcad368b /git/compat.py | |
parent | 768b9fffa58e82d6aa1f799bd5caebede9c9231b (diff) | |
download | gitpython-55fd173c898da2930a331db7755a7338920d3c38.tar.gz |
Remove and replace compat.text_type
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 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 ) |