Skip to content

Commit 7cddd61

Browse files
committed
Reformat
1 parent 053b7f3 commit 7cddd61

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/textual/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1834,13 +1834,13 @@ async def _dispatch_action(
18341834
bool: True if handled, otherwise False.
18351835
"""
18361836
_rich_traceback_guard = True
1837-
1837+
18381838
log(
18391839
"<action>",
18401840
namespace=namespace,
18411841
action_name=action_name,
18421842
params=params,
1843-
)
1843+
)
18441844

18451845
try:
18461846
private_method = getattr(namespace, f"_action_{action_name}", None)

src/textual/widgets/_static.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def _check_renderable(renderable: object):
2424
)
2525

2626

27-
class Static(Widget):
27+
class Static(Widget, inherit_bindings=False):
2828
"""A widget to display simple static content, or use as a base class for more complex widgets.
2929
3030
Args:

0 commit comments

Comments
 (0)