Skip to content

Commit

Permalink
ivy.unflatten
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacper-W-Kozdon committed Jan 28, 2024
1 parent 854f6be commit 8272232
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ivy/data_classes/array/experimental/manipulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1141,8 +1141,6 @@ def unflatten(
dim: Optional[int] = 0,
shape: Union[Tuple[int], ivy.Array, ivy.NativeArray],
out: Optional[ivy.Array] = None,
mode: str = "fill",
fill_value: Optional[Number] = None,
) -> ivy.Array:
"""ivy.Array instance method variant of ivy.unflatten. This method
simply wraps the function, and so the docstring for ivy.unflatten also
Expand Down

0 comments on commit 8272232

Please sign in to comment.