Skip to content

Commit

Permalink
Merge pull request Textualize#1639 from davep/param-type-sweepup
Browse files Browse the repository at this point in the history
Remove some parameter types that got missed on `Widget.move_child`
  • Loading branch information
davep authored Jan 23, 2023
2 parents cc1f2f6 + ac11a4f commit 383ab18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/textual/widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -618,8 +618,8 @@ def move_child(
Args:
child: The child widget to move.
before: (int | Widget, optional): Optional location to move before.
after: (int | Widget, optional): Optional location to move after.
before: Optional location to move before.
after: Optional location to move after.
Raises:
WidgetError: If there is a problem with the child or target.
Expand Down

0 comments on commit 383ab18

Please sign in to comment.