From ed8939d6167571fc2b141d34f26694a79902fde2 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 15 Oct 2015 09:25:54 +0200 Subject: fix(cmd): remove unused import --- git/cmd.py | 1 - 1 file changed, 1 deletion(-) (limited to 'git/cmd.py') diff --git a/git/cmd.py b/git/cmd.py index 45678013..f8e9aa43 100644 --- a/git/cmd.py +++ b/git/cmd.py @@ -12,7 +12,6 @@ import logging import threading import errno import mmap -import warnings from contextlib import contextmanager from subprocess import ( -- cgit v1.2.1