Skip to content

Commit f726035

Browse files
committed
pass lint
1 parent f76e761 commit f726035

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

utils/trace_single_task.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
)
1818
from omegaconf import DictConfig
1919

20-
import os
21-
2220

2321
async def single_task(
2422
cfg: DictConfig,
@@ -74,9 +72,9 @@ def main(
7472
with hydra.initialize_config_dir(config_dir=config_path(), version_base=None):
7573
cfg = hydra.compose(config_name=chosen_config_name, overrides=list(args))
7674
logger = bootstrap_logger(level="DEBUG", to_console=True)
77-
75+
7876
# Test if logger is working
7977
logger.info("Logger initialized successfully")
80-
78+
8179
# Tracing functionality removed - miroflow-contrib deleted
8280
asyncio.run(single_task(cfg, logger, str(task_id), task, task_file_name))

0 commit comments

Comments
 (0)