Skip to content

Commit

Permalink
auto-lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-dev-bot committed Aug 29, 2024
1 parent 20c65a8 commit d41efe4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ivy/functional/ivy/manipulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@
from ivy.utils.exceptions import handle_exceptions


def _calculate_out_shape(axis: Union[int, Sequence[int]], array_shape: Sequence[int]) -> List[int]:
"""
Calculate the output shape for expanding dimensions of an array.
def _calculate_out_shape(
axis: Union[int, Sequence[int]], array_shape: Sequence[int]
) -> List[int]:
"""Calculate the output shape for expanding dimensions of an array.
Parameters
----------
Expand Down

0 comments on commit d41efe4

Please sign in to comment.