Skip to content

Commit

Permalink
Update _compat_numpy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Routhleck committed Jun 11, 2024
1 parent 4ee28ed commit fc2b978
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions brainunit/math/_compat_numpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
import functools
from collections.abc import Sequence
from functools import wraps
from typing import (Callable, Union, Optional, Any, List)
from typing import (Callable, Union, Optional, Any)

import brainstate as bst
import jax
Expand All @@ -27,7 +26,6 @@
from jax._src.numpy.lax_numpy import _einsum

from ._utils import _compatible_with_quantity
from .. import Quantity
from .._base import (DIMENSIONLESS,
Quantity,
Unit,
Expand Down

0 comments on commit fc2b978

Please sign in to comment.