aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_custom_contentview.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_custom_contentview.py')
-rw-r--r--test/test_custom_contentview.py3
1 files changed, 0 insertions, 3 deletions
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]
-
-