From be34ec23c48d6d5d8fd2ef4491981f6fb4bab8e6 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Sun, 16 Nov 2014 20:51:04 +0100 Subject: pep8 linting (blank lines expectations) E301 expected 1 blank line, found 0 E302 expected 2 blank lines, found 1 E303 too many blank lines (n) --- git/test/test_diff.py | 1 + 1 file changed, 1 insertion(+) (limited to 'git/test/test_diff.py') diff --git a/git/test/test_diff.py b/git/test/test_diff.py index a59ee0bf..3c2537da 100644 --- a/git/test/test_diff.py +++ b/git/test/test_diff.py @@ -7,6 +7,7 @@ from git.test.lib import * from git import * + class TestDiff(TestBase): def _assert_diff_format(self, diffs): -- cgit v1.2.1