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

Commit 40b0f5c

Browse files
author
Jaquier Aurélien Tristan
committed
lint fix
1 parent 755dd99 commit 40b0f5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bluepyopt/neuroml/morphology.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def create_loadcell_hoc(
2929
loadcell_hoc_filename, hoc_filename, morphology_path, v_init, cell_name
3030
):
3131
"""Create a hoc file able to load the cell.
32-
32+
3333
Arguments:
3434
loadcell_hoc_filename (str): path to the loadcell hoc file to output
3535
hoc_filename (str): file name of the cell hoc file
@@ -65,7 +65,7 @@ def create_loadcell_hoc(
6565

6666
def create_morph_nml(bpo_cell, network_filename, release_params):
6767
"""Create cell hoc file, then cell nml file.
68-
68+
6969
Arguments:
7070
bpo_cell (ephys.CellModel): bluepyopt cell
7171
network_filename (str): name of the neuroml network file

0 commit comments

Comments
 (0)