Skip to content

Commit 9aca6f4

Browse files
committed
mypy
1 parent 994a0dd commit 9aca6f4

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
@@ -373,7 +373,7 @@ def _collect_deltas_from_ui_and_work_queues(self) -> List[Union[Delta, _APIReque
373373
delta = _delta_to_app_state_delta(
374374
self.root,
375375
work,
376-
deepcopy(delta.delta), # type: ignore[arg-type]
376+
deepcopy(delta.delta),
377377
)
378378
deltas.append(delta)
379379
else:

0 commit comments

Comments
 (0)