Skip to content

Commit cbda2ec

Browse files
Copilotzkoppert
andcommitted
Fix spacing in type ignore comments
Co-authored-by: zkoppert <6935431+zkoppert@users.noreply.github.com>
1 parent f19c4a6 commit cbda2ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test_issue_metrics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,10 +404,10 @@ def test_get_per_issue_metrics_with_ghost_user_pull_request(self):
404404
issues = [mock_issue]
405405

406406
# Mock the measure functions to avoid additional complexities
407-
with unittest.mock.patch( # type:ignore
407+
with unittest.mock.patch( # type: ignore
408408
"issue_metrics.measure_time_to_first_response",
409409
return_value=timedelta(days=1),
410-
), unittest.mock.patch( # type:ignore
410+
), unittest.mock.patch( # type: ignore
411411
"issue_metrics.measure_time_to_close", return_value=None
412412
):
413413
# Call the function and verify it doesn't crash

0 commit comments

Comments
 (0)