Skip to content

Commit

Permalink
fix: ran isort
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsbck committed Jan 10, 2025
1 parent 1e11f46 commit 8b13502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jaxley/channels/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

from jaxley.channels.channel import Channel
from jaxley.channels.hh import HH
from jaxley.channels.pospischil import CaL, CaT, K, Km, Leak, Na
from jaxley.channels.lif import LIF, SmoothLIF
from jaxley.channels.pospischil import CaL, CaT, K, Km, Leak, Na
2 changes: 1 addition & 1 deletion jaxley/channels/lif.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

from typing import Dict, Optional

from jaxley.channels import Channel
import jax.numpy as jnp

from jaxley.channels import Channel
from jaxley.solver_gate import save_exp


Expand Down

0 comments on commit 8b13502

Please sign in to comment.