From 4184deaeb76d533231f8ab16d59b9fd0ffd49052 Mon Sep 17 00:00:00 2001 From: Olli Lupton Date: Thu, 27 Oct 2022 17:03:19 +0200 Subject: [PATCH] delete return statement --- test/pynrn/test_basic.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/pynrn/test_basic.py b/test/pynrn/test_basic.py index daa64d0ca0..b2264bd73c 100644 --- a/test/pynrn/test_basic.py +++ b/test/pynrn/test_basic.py @@ -324,8 +324,6 @@ def test_deleted_sec(): del ic, imp, dend locals() - return s, seg, mech, rvlist, vref, gnabarref - def test_disconnect(): print("test_disconnect") @@ -417,7 +415,7 @@ def test_hocObj_error_in_construction(): set_quiet(False) test_soma() test_simple_sim() - result = test_deleted_sec() + test_deleted_sec() test_disconnect() h.topology() h.allobjects()