Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 88a50e6

Browse files
committed
remove implemented TODO item in comments
1 parent 36dfd61 commit 88a50e6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bluepyopt/ephys/simulators.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ def _nrn_disable_banner():
8888
ctypes.c_int.in_dll(nrndll, 'nrn_nobanner_').value = 1
8989

9090
# pylint: disable=R0201
91-
# TODO function below should probably a class property or something in that
92-
# sense
9391
@property
9492
def neuron(self):
9593
"""Return neuron module"""

0 commit comments

Comments
 (0)