Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoming0625 committed Jun 27, 2024
1 parent 543d243 commit 590b5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainunit/math/_einops.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

from ._einops_parsing import ParsedExpression, _ellipsis, AnonymousAxis, EinopsError
from ._fun_array_creation import asarray
from ._numpy_array_manipulation import reshape, transpose, expand_dims, tile
from ._fun_keep_unit import reshape, transpose, expand_dims, tile
from .._base import Quantity
from .._misc import set_module_as

Expand Down

0 comments on commit 590b5cd

Please sign in to comment.