Skip to content

Commit a7ee305

Browse files
committed
fix codestyle
1 parent 7e991e0 commit a7ee305

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

tests/callback/test_callback.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,7 @@ def test_pipeline_callbacks():
7474
pipeline_optimizer = Pipeline.from_search_space(search_space)
7575
context = Context()
7676
context.configure_vector_index(VectorIndexConfig(save_db=True))
77-
context.configure_logging(
78-
LoggingConfig(run_name="dummy_run_name", project_dir=project_dir, dump_modules=False)
79-
)
77+
context.configure_logging(LoggingConfig(run_name="dummy_run_name", project_dir=project_dir, dump_modules=False))
8078
context.callback_handler = CallbackHandler([DummyCallback])
8179
context.set_dataset(dataset)
8280

tests/modules/scoring/test_linear.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66

77
def test_base_linear(dataset):
8-
98
data_handler = DataHandler(dataset)
109

1110
scorer = LinearScorer(embedder_name="sergeyzh/rubert-tiny-turbo", embedder_device="cpu")

0 commit comments

Comments
 (0)