From 1de8af907dbced4fde64ee2c7f57527fc43ad1cc Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 4 Jan 2015 16:07:02 +0100 Subject: Removed unnecessary (non-gitpython) tests and fixed flake8 --- git/index/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/index') diff --git a/git/index/__init__.py b/git/index/__init__.py index c5080d2e..2516f01f 100644 --- a/git/index/__init__.py +++ b/git/index/__init__.py @@ -1,5 +1,5 @@ """Initialize the index package""" - +# flake8: noqa from __future__ import absolute_import from .base import * -- cgit v1.2.1