Skip to content

Commit

Permalink
Fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
filimarc committed Sep 2, 2024
1 parent e734d1d commit ac86e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_neuron.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import unittest
from copy import copy

from patch import p
from arborize import define_model
from bsb.core import Scaffold
from bsb.services import MPI
Expand All @@ -15,6 +14,7 @@
NetworkFixture,
RandomStorageFixture,
)
from patch import p

from bsb_neuron.cell import ArborizedModel
from bsb_neuron.connection import TransceiverModel
Expand Down

0 comments on commit ac86e2f

Please sign in to comment.