From 38788670ee6e44375da3ff2eb253f50c8853023e Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Wed, 19 Sep 2012 22:28:56 +0200 Subject: PEP-8 and pyflakes cleanups --- tests/08_test_patch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/08_test_patch.py') diff --git a/tests/08_test_patch.py b/tests/08_test_patch.py index 92a6739..7aa6048 100644 --- a/tests/08_test_patch.py +++ b/tests/08_test_patch.py @@ -7,6 +7,7 @@ import unittest from gbp.patch_series import Patch + class TestPatch(unittest.TestCase): data_dir = "tests/%s_data" % __module__ @@ -35,4 +36,3 @@ class TestPatch(unittest.TestCase): "It can span several lines.\n", p.long_desc) self.assertEqual('Sat, 24 Dec 2011 12:05:53 +0100', p.date) - -- cgit v1.2.3