Skip to content

Commit a9fff76

Browse files
rlratzelclaude
andcommitted
benchmarking: add missing loguru logger import to process.py
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: rlratzel <rratzel@nvidia.com>
1 parent 4fdcbd3 commit a9fff76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmarking/runner/process.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
from pathlib import Path
2626
from typing import Any
2727

28+
from loguru import logger
2829
from rich.live import Live
2930
from rich.panel import Panel
3031
from rich.text import Text

0 commit comments

Comments
 (0)