From 8c375383148f100f03aed52827ac513f145078c2 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Wed, 27 Jan 2016 10:12:18 +0100 Subject: code formatting: fix whitespace issues --- test/test_custom_contentview.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/test_custom_contentview.py') diff --git a/test/test_custom_contentview.py b/test/test_custom_contentview.py index 2538ab35..adc4109b 100644 --- a/test/test_custom_contentview.py +++ b/test/test_custom_contentview.py @@ -11,7 +11,6 @@ def test_custom_views(): def __call__(self, data, **metadata): return "noop", cv.format_text(data) - view_obj = ViewNoop() cv.add(view_obj) @@ -47,5 +46,3 @@ def test_custom_views(): ) ) assert "noop" not in r[0] - - -- cgit v1.2.3