Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldeistler committed Dec 6, 2023
1 parent 448c3e1 commit 46c7187
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions jaxley/modules/network.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
import itertools
from copy import deepcopy
from typing import Callable, Dict, List, Tuple, Optional, Union

from typing import Callable, Dict, List, Optional, Tuple, Union

import jax.numpy as jnp
import networkx as nx
import numpy as np
import pandas as pd
from jax import vmap
import networkx as nx


from jaxley.connection import Connectivity
from jaxley.modules.base import Module, View
Expand Down

0 comments on commit 46c7187

Please sign in to comment.