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

Commit a38ff24

Browse files
committed
Lint
1 parent de68da3 commit a38ff24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bluepyopt/ephys/morphologies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def replace_axon(sim=None, icell=None,
219219
icell.axon[0].connect(icell.soma[0], 1.0, 0.0)
220220
icell.axon[1].connect(icell.axon[0], 1.0, 0.0)
221221

222-
logger.debug(f"Replace axon with AIS, {axon_stub_length = }")
222+
logger.debug(f"Replace axon with AIS, {axon_stub_length=}")
223223

224224
default_replace_axon_hoc = \
225225
'''

0 commit comments

Comments
 (0)