Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Dec 12, 2024
1 parent a7bacbb commit b345605
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/textual/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,9 @@ class SimpleCommand(NamedTuple):
"""The description of the command."""


CommandListItem: TypeAlias = "SimpleCommand | tuple[str, IgnoreReturnCallbackType, str | None] | tuple[str, IgnoreReturnCallbackType]"
CommandListItem: TypeAlias = (
"SimpleCommand | tuple[str, IgnoreReturnCallbackType, str | None] | tuple[str, IgnoreReturnCallbackType]"
)


class SimpleProvider(Provider):
Expand Down

0 comments on commit b345605

Please sign in to comment.