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/repo/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'git/repo/__init__.py') diff --git a/git/repo/__init__.py b/git/repo/__init__.py index 3ae97e66..5619aa69 100644 --- a/git/repo/__init__.py +++ b/git/repo/__init__.py @@ -1,3 +1,4 @@ """Initialize the Repo package""" +# flake8: noqa from __future__ import absolute_import from .base import * -- cgit v1.2.3