better not see you ever again, extra line

This commit is contained in:
Lendemor 2024-12-10 22:07:00 +01:00
parent 66ffd1b111
commit 8575a5cc5a
2 changed files with 0 additions and 2 deletions

View File

@ -653,7 +653,6 @@ class Component(BaseComponent, ABC):
Returns:
The event triggers.
"""
default_triggers: Dict[str, types.ArgsSpec | Sequence[types.ArgsSpec]] = {
EventTriggers.ON_FOCUS: no_args_event_spec,

View File

@ -436,7 +436,6 @@ class AppHarness:
Returns:
The rendered app global code.
"""
if not inspect.isclass(value) and not inspect.isfunction(value):
return f"{key} = {value!r}"