Skip to content

Commit

Permalink
Fix pylama complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
pagrubel committed Feb 2, 2024
1 parent 272ed15 commit 8dc9594
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion beeflow/tests/test_wf_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ def test_remove_workflow(client, mocker, setup_teardown_workflow, temp_db):
assert resp.status_code == 202



def test_pause_workflow(client, mocker, setup_teardown_workflow, temp_db):
"""Test pausing a workflow."""
mocker.patch('beeflow.wf_manager.resources.wf_utils.get_workflow_interface',
Expand Down

0 comments on commit 8dc9594

Please sign in to comment.