File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3434from .pytest .parameterize import DefaultParameterIdGenerator
3535from .log_utils .elasticsearch_direct_http_handler import ElasticsearchDirectHttpHandler
3636from .log_utils .rollout_id_filter import RolloutIdFilter
37- from .log_utils .setup import setup_rollout_logging_for_elasticsearch_handler
37+ from .log_utils .util import setup_rollout_logging_for_elasticsearch_handler
3838
3939from .types .remote_rollout_processor import (
4040 InitRequest ,
Original file line number Diff line number Diff line change 11import os
22from eval_protocol .types .remote_rollout_processor import ElasticsearchConfig
3- from tests . logging . test_elasticsearch_direct_http_handler import ElasticsearchDirectHttpHandler
3+ from . elasticsearch_direct_http_handler import ElasticsearchDirectHttpHandler
44
55
66def setup_rollout_logging_for_elasticsearch_handler (
You can’t perform that action at this time.
0 commit comments