Update quality tooling for formatting (#21480)
* Result of black 23.1 * Update target to Python 3.7 * Switch flake8 to ruff * Configure isort * Configure isort * Apply isort with line limit * Put the right black version * adapt black in check copies * Fix copies
This commit is contained in:
@@ -360,7 +360,6 @@ class RagRetrieverTest(TestCase):
|
||||
@require_tokenizers
|
||||
@require_sentencepiece
|
||||
def test_custom_hf_index_end2end_retriever_call(self):
|
||||
|
||||
context_encoder_tokenizer = self.get_dpr_ctx_encoder_tokenizer()
|
||||
n_docs = 1
|
||||
retriever = self.get_dummy_custom_hf_index_retriever(from_disk=False)
|
||||
|
||||
Reference in New Issue
Block a user