Skip to content

Commit

Permalink
lint formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Huong Nguyen <[email protected]>
  • Loading branch information
Huong Nguyen committed Dec 3, 2024
1 parent 7cd9f79 commit cc50ab6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion package/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def session_store():
yield BaseSessionStore("dummy_path", "dummy_session_id")



@pytest.fixture
def example_stats_dict():
yield {
Expand Down
1 change: 0 additions & 1 deletion package/tests/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def test_run_server_from_project(
# an uvicorn server is launched
patched_uvicorn_run.assert_called_once()


def test_specific_pipeline(
self,
patched_data_access_manager,
Expand Down

0 comments on commit cc50ab6

Please sign in to comment.