File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/lightning_app/structures Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def __init__(self, **kwargs: T):
2222 .. doctest::
2323
2424 >>> from lightning_app import LightningFlow, LightningWork
25- >>> from lightning_app.core import Dict
25+ >>> from lightning_app.structures import Dict
2626 >>> class CounterWork(LightningWork):
2727 ... def __init__(self):
2828 ... super().__init__()
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def __init__(self, *items: T):
2424 .. doctest::
2525
2626 >>> from lightning_app import LightningFlow, LightningWork
27- >>> from lightning_app.core import List
27+ >>> from lightning_app.structures import List
2828 >>> class CounterWork(LightningWork):
2929 ... def __init__(self):
3030 ... super().__init__()
You can’t perform that action at this time.
0 commit comments