Skip to content

Commit

Permalink
delete return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
olupton committed Oct 27, 2022
1 parent b800446 commit 4184dea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/pynrn/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit 4184dea

Please sign in to comment.