Skip to content

Commit c5b5bf6

Browse files
committed
pylint
1 parent aee27b4 commit c5b5bf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/extra_models_examples/IF_curr_exp_ca2_adaptive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def run_script(*, split: bool = False) -> None:
107107
# axis=0)
108108

109109
# Plot
110-
fig, axes = pylab.subplots(2, sharex=True)
110+
_, axes = pylab.subplots(2, sharex=True)
111111

112112
axes[0].scatter(mean_isis.keys(),
113113
[1000.0 / i for i in mean_isis.values()], s=2)

0 commit comments

Comments
 (0)