Skip to content

Commit e52ec9f

Browse files
committed
mypy
1 parent 7100a93 commit e52ec9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lightning/app/core/app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ def _collect_deltas_from_ui_and_work_queues(self) -> List[Union[Delta, _APIReque
371371

372372
if work:
373373
delta = _delta_to_app_state_delta(
374-
self.root,
374+
self.root, # type: ignore[arg-type]
375375
work,
376376
deepcopy(delta.delta),
377377
)

0 commit comments

Comments
 (0)