diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2015-10-15 09:25:54 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2015-10-15 09:25:54 +0200 |
commit | ed8939d6167571fc2b141d34f26694a79902fde2 (patch) | |
tree | 71aaa5db3959290e16a096d247be051dd629184f /git/cmd.py | |
parent | 3cb5e177e5d7931e30b198b06b21809ef6a78b92 (diff) | |
download | gitpython-ed8939d6167571fc2b141d34f26694a79902fde2.tar.gz |
fix(cmd): remove unused import
Diffstat (limited to 'git/cmd.py')
-rw-r--r-- | git/cmd.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -12,7 +12,6 @@ import logging import threading import errno import mmap -import warnings from contextlib import contextmanager from subprocess import ( |