summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Westman <robert@byteflux.io>2021-06-05 12:35:41 +0200
committerRobert Westman <robert@byteflux.io>2021-06-05 12:35:41 +0200
commitfb2461d84f97a72641ef1e878450aeab7cd17241 (patch)
tree793aeef891ca8875da395b57c50f6657633aa87c
parent4832aa6bf82e4853f8f426fc06350540e2c8a9e7 (diff)
downloadgitpython-fb2461d84f97a72641ef1e878450aeab7cd17241.tar.gz
Removes unused import
-rw-r--r--git/repo/base.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/git/repo/base.py b/git/repo/base.py
index d38cf756..0db0bd0c 100644
--- a/git/repo/base.py
+++ b/git/repo/base.py
@@ -3,7 +3,6 @@
#
# This module is part of GitPython and is released under
# the BSD License: http://www.opensource.org/licenses/bsd-license.php
-import binascii
import logging
import os
import re