Skip to content

Commit

Permalink
black and isort
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldeistler committed Dec 8, 2023
1 parent 089cd07 commit 0ee4b04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion jaxley/modules/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
from jaxley.channels import Channel
from jaxley.solver_voltage import step_voltage_explicit, step_voltage_implicit
from jaxley.synapses import Synapse
from jaxley.utils.plot_utils import plot_morph
from jaxley.utils.cell_utils import (
_compute_index_of_child,
_compute_num_children,
compute_levels,
)
from jaxley.utils.plot_utils import plot_morph


class Module(ABC):
Expand Down
1 change: 0 additions & 1 deletion tests/test_plotting_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,3 @@ def test_vis_networks_built_from_scartch():
_, ax = plt.subplots(1, 1, figsize=(3, 3))
net.cell(0).move(0, 100)
ax = net.vis(detail="full", ax=ax)

0 comments on commit 0ee4b04

Please sign in to comment.