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/db/test_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/test/db/test_base.py') diff --git a/git/test/db/test_base.py b/git/test/db/test_base.py index 78da9f04..39c935a6 100644 --- a/git/test/db/test_base.py +++ b/git/test/db/test_base.py @@ -5,6 +5,7 @@ from lib import * from git.db import RefSpec + class TestBase(TestDBBase): needs_ro_repo = False @@ -17,4 +18,3 @@ class TestBase(TestDBBase): assert rs.delete_destination() assert rs.source is None assert rs.destination == "something" - -- cgit v1.2.3