From a23d0d8617ba3119069e610fc7b0850a17322726 Mon Sep 17 00:00:00 2001 From: Craig Northway Date: Fri, 25 Jul 2014 11:26:48 +1000 Subject: Autopep8 fixes with maximum line length 120 --- git/test/lib/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'git/test/lib/__init__.py') diff --git a/git/test/lib/__init__.py b/git/test/lib/__init__.py index a0656438..a94b6617 100644 --- a/git/test/lib/__init__.py +++ b/git/test/lib/__init__.py @@ -5,7 +5,7 @@ # the BSD License: http://www.opensource.org/licenses/bsd-license.php import inspect -# TODO: Separate names - they do repeat unfortunately. Also deduplicate it, +# TODO: Separate names - they do repeat unfortunately. Also deduplicate it, # redesign decorators to support multiple database types in succession. from base import * @@ -14,5 +14,5 @@ from asserts import * from helper import * -__all__ = [ name for name, obj in locals().items() - if not (name.startswith('_') or inspect.ismodule(obj)) ] +__all__ = [name for name, obj in locals().items() + if not (name.startswith('_') or inspect.ismodule(obj))] -- cgit v1.2.3