Skip to content

Commit 92f8272

Browse files
committed
lint
1 parent 9b33d60 commit 92f8272

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

v03_pipeline/lib/tasks/trigger_hail_backend_reload_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ def test_success(
8383
'v03_pipeline.lib.tasks.trigger_hail_backend_reload.WriteSuccessFileTask',
8484
)
8585
def test_failure(
86-
self, mock_write_success_file_task: mock.Mock, mock_post: mock.Mock
86+
self,
87+
mock_write_success_file_task: mock.Mock,
88+
mock_post: mock.Mock,
8789
):
8890
mock_write_success_file_task.return_value = MockCompleteTask()
8991
mock_resp = requests.models.Response()

0 commit comments

Comments
 (0)