Clean up existing unused code according to flake8

This commit is contained in:
hongjiongteng 2023-07-22 11:55:57 +08:00
parent 0722257cd8
commit d74215c502
68 changed files with 57 additions and 161 deletions

View file

@ -37,4 +37,4 @@ def llm_api():
@pytest.fixture(scope="function")
def mock_llm():
# Create a mock LLM for testing
return Mock()
return Mock()