Skip to content

Commit 8ec051f

Browse files
committed
import
1 parent 7178af1 commit 8ec051f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lightning/pytorch/callbacks/progress/rich_progress.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
from lightning.pytorch.callbacks.progress.progress_bar import ProgressBar
2525
from lightning.pytorch.utilities.imports import _RICH_AVAILABLE
2626
from lightning.pytorch.utilities.types import STEP_OUTPUT
27+
from lightning_utilities.core.apply_func import apply_to_collection
2728

2829
if _RICH_AVAILABLE:
2930
from rich import get_console, reconfigure

0 commit comments

Comments
 (0)